fix: update word count on set main note

This commit is contained in:
xiangyu 2022-07-07 13:55:16 +08:00
parent 6bdbc4c8b7
commit d13c74a6bc

View File

@ -193,6 +193,7 @@ class Knowledge extends AddonBase {
);
if (type === "main") {
this._Addon.views.updateOutline();
this._Addon.views.updateWordCount();
}
}