[se] Fix crash: draw header/footer

This commit is contained in:
GoshaZotov
2025-10-06 09:34:30 +03:00
parent 6e3843d28d
commit 3b41c55ded

View File

@ -5414,6 +5414,10 @@ function isAllowPasteLink(pastedWb) {
return Asc.editor.getDrawingDocument();
},
IsVisioEditor: function() {
return false;
},
SearchEngine: {
Selection: []
}