Vitalii Demchuk

Results 28 comments of Vitalii Demchuk

> Check if php "gd extension". You might still face this problem in recent times which should be from your PHP version. anything between 7.0 to 7.4 automatically fixes this...

I find solution for Quill `2.0.0-dev.4`: ```js import Quill from 'quill'; const CodeBlock = Quill.import('formats/code-block'); // See - https://github.com/quilljs/quill/blob/develop/modules/clipboard.js#L513 CodeBlock.tagName = 'PRE'; Quill.register({ 'formats/code-block': CodeBlock }); ```

> > There are no problems with dynamic adding controls. As usual, `node.addControl`, and after that call `await node.update();` > > Not working, control not updating. > On the node...

how call `builder()` and redraw node, after `data` object change?

> A user may see duplicate items when a previous item is added after one page is loaded but before the next. This can occur not only when a new...