You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running classifyToolbarItems () in the Window resizing event, but I want you to run classifyToolbarItems () in the toastui-editor-defaultUI resizing event
#1687
Running classifyToolbarItems () in the Window resizing event, but I want you to run classifyToolbarItems () in the .toastui-editor-defaultUI resizing event.
Window resizing does not occur, side menus etc. are displayed and menus are not redrawn when the size of toastui-editor-defaultUI is changed.
window.addEventListener("resize",this.handleResize)};
↓ document.querySelector('.toastui-editor-defaultUI').addEventListener("resize",this.handleResize)};
Is this not good if you have two or more editors 😓
The text was updated successfully, but these errors were encountered:
Describe the bug
Running classifyToolbarItems () in the Window resizing event, but I want you to run classifyToolbarItems () in the
.toastui-editor-defaultUI
resizing event.Window resizing does not occur, side menus etc. are displayed and menus are not redrawn when the size of toastui-editor-defaultUI is changed.
window.addEventListener("resize",this.handleResize)};
↓
document.querySelector('.toastui-editor-defaultUI').addEventListener("resize",this.handleResize)};Is this not good if you have two or more editors 😓
The text was updated successfully, but these errors were encountered: