mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
This commit is contained in:
parent
a05faf6fc1
commit
5c739ffa77
2 changed files with 12 additions and 12 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue