[de] Update move cursor up/down and Document.InsertParagraphAtCursor method

This commit is contained in:
EvgeniyIgol
2025-11-13 08:30:47 +03:00
parent 93a42f0bfe
commit ea83126d5b
3 changed files with 15 additions and 11 deletions

View File

@ -642,7 +642,7 @@
+ "\tdoc.GetRangeBySelect().GetAllParagraphs().forEach(para => {\n\t\tpara.SetNumbering(" + CounterStore.get('numbering') + ".GetLevel(0));\n\t\tpara.SetContextualSpacing(true)\n\t});\n"
},
addParagraph : function(){
return "\tdoc.EnterParagraph();\n";
return "\tdoc.InsertParagraphAtCursor();\n";
},
addBlankPage : function(){return "\tdoc.InsertBlankPage();\n"},
addPageBreak : function(type){