Vanessa 2025-04-18 11:37:48 +08:00
parent a05faf6fc1
commit 5c739ffa77
2 changed files with 12 additions and 12 deletions

View file

@ -71,7 +71,9 @@ export class App {
setDefRefCount(data.data);
break;
case "reloadTag":
(getDockByType("tag")?.data.tag as Tag).update();
if (getDockByType("tag")?.data.tag instanceof Tag) {
(getDockByType("tag").data.tag as Tag).update();
}
break;
/// #if BROWSER
case "setLocalShorthandCount":