Abdullah Alabbad
Results
1
comments of
Abdullah Alabbad
Another way to do it is by extending the `CodeTool` class without touching its core implementation: ```js import EditorJS from '@editorjs/editorjs'; import CodeTool from '@editorjs/code'; //======================================== // Class Extension //========================================...