Illia Kyselov

Results 3 issues of Illia Kyselov

В английской версии написано > F.prototype property is only used when new F is called, it assigns [[Prototype]] of the new object. If, after the creation, F.prototype property changes (F.prototype...

fix mistype of camel case in useDroppable hook

I found it very useful to use this function to set header tags (e.g. h1, h2, h3). ```js this.editor.changeBlockType('h1'); this.editor.changeBlockType('h2'); this.editor.changeBlockType('h3'); ``` To be clear, it's your @neilj example from...