Don't skip next check if you click OK in the hint

This commit is contained in:
Artur
2026-01-28 17:51:55 +03:00
parent 3688ef2f44
commit 3adae0f046

View File

@ -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;
}
},
});