mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-01-03 23:42:28 +03:00
Lexical: Improved table resize bars
Added scoll & page resize handling. Added cropping/limiting to edit area.
This commit is contained in:
@@ -44,7 +44,7 @@ export function createPageEditorInstance(container: HTMLElement, htmlContent: st
|
||||
mergeRegister(
|
||||
registerRichText(editor),
|
||||
registerHistory(editor, createEmptyHistoryState(), 300),
|
||||
registerTableResizer(editor, editArea),
|
||||
registerTableResizer(editor, editWrap),
|
||||
);
|
||||
|
||||
setEditorContentFromHtml(editor, htmlContent);
|
||||
|
||||
Reference in New Issue
Block a user