8
0
Piotrek Koszuliński 6 жил өмнө
parent
commit
b98f7b684d

+ 1 - 1
packages/ckeditor5-paste-from-office/src/normalizers/googledocsnormalizer.js

@@ -8,7 +8,7 @@
  */
 
 import removeBoldWrapper from '../filters/removeboldwrapper';
-import { unwrapParagraphInListItem, fixListIndentation } from '../filters/list';
+import { unwrapParagraphInListItem } from '../filters/list';
 import UpcastWriter from '@ckeditor/ckeditor5-engine/src/view/upcastwriter';
 
 const googleDocsMatch = /id=("|')docs-internal-guid-[-0-9a-f]+("|')/i;