mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
853ba5be3a
commit
e007324aa6
2 changed files with 79 additions and 68 deletions
|
|
@ -47,6 +47,9 @@ class App {
|
|||
case"progress":
|
||||
progressLoading(data);
|
||||
break;
|
||||
case"setLocalStorage":
|
||||
setLocalStorage(data);
|
||||
break;
|
||||
case "rename":
|
||||
getAllTabs().forEach((tab) => {
|
||||
if (tab.headElement) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue