[bug] fix bug 73024

This commit is contained in:
Sergey Luzyanin
2025-02-02 17:32:57 +03:00
parent b9e3a3729b
commit 6d56e51836

View File

@ -5217,6 +5217,9 @@
baseEditorsApi.prototype.getInkCursorType = function() {
return this.inkDrawer.getCursorType();
};
baseEditorsApi.prototype.getAnnotations = function() {
return null;
};
baseEditorsApi.prototype.isMasterMode = function(){
return false;
};