Unable to make allow resize work #33
-
Hello, These are the options in the .ts file options : JoditConfig = { This is the html But I am unable to get the resizing ability added. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hello @parikhharsh96, did you import the plugin "resize-handler"? For more information see https://github.com/julianpoemp/ngx-jodit/blob/main/libs/ngx-jodit/README.md#how-to-import-plugins In your case you should place the following import statement: import 'jodit/esm/plugins/resize-handler/resize-handler.js'; |
Beta Was this translation helpful? Give feedback.
see working example here. I added both suggestions I said before:
https://stackblitz.com/edit/stackblitz-starters-eu7k8e?file=src%2Fmain.ts