TF-3918 Fix line-height is auto changed when copy/paste or drag/drop from odt file
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -139,6 +139,8 @@ class _WebEditorState extends State<WebEditorWidget> {
|
||||
),
|
||||
spellCheck: true,
|
||||
disableDragAndDrop: true,
|
||||
normalizeHtmlTextWhenDropping: true,
|
||||
normalizeHtmlTextWhenPasting: true,
|
||||
webInitialScripts: UnmodifiableListView([
|
||||
WebScript(
|
||||
name: HtmlUtils.lineHeight100Percent.name,
|
||||
|
||||
Reference in New Issue
Block a user