-
Reproducing this behavior: What is the expected behavior? What is the current behavior? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
const editor = grapesjs.init(...)
editor.on(...) |
Beta Was this translation helpful? Give feedback.
-
Here we solve it with this: editor.on("rte:enable",()=>{
editor.trigger('canvasScroll');
}); |
Beta Was this translation helpful? Give feedback.
-
the comparison statement might have to change based on window size but this should flip the positioning of the RTE to the bottom of the canvas
|
Beta Was this translation helpful? Give feedback.
the comparison statement might have to change based on window size but this should flip the positioning of the RTE to the bottom of the canvas