mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-02-10 18:05:06 +08:00
Don't skip next check if you click OK in the hint
This commit is contained in:
@ -166,6 +166,8 @@ Object.assign(CustomAnnotator.prototype, {
|
||||
return Promise.all(promises);
|
||||
},
|
||||
onAccept: async function (paraId, rangeId) {
|
||||
this._skipNextChangeParagraph = true;
|
||||
if (this.type !== 0) { // not for hint
|
||||
this._skipNextChangeParagraph = true;
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user