mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[bug] fix bug 73024
This commit is contained in:
@ -5217,6 +5217,9 @@
|
||||
baseEditorsApi.prototype.getInkCursorType = function() {
|
||||
return this.inkDrawer.getCursorType();
|
||||
};
|
||||
baseEditorsApi.prototype.getAnnotations = function() {
|
||||
return null;
|
||||
};
|
||||
baseEditorsApi.prototype.isMasterMode = function(){
|
||||
return false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user