mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
fix(setting): manage workspace setting should jump to workspace setting tab
This commit is contained in:
parent
2c24068c69
commit
f282bffbf8
1 changed files with 6 additions and 0 deletions
|
|
@ -184,6 +184,12 @@ export class WorkspaceSelector {
|
|||
this.plugin.app.setting.openTabById(
|
||||
"obsidian-task-progress-bar"
|
||||
);
|
||||
|
||||
setTimeout(() => {
|
||||
if (this.plugin.settingTab) {
|
||||
this.plugin.settingTab.openTab("workspaces");
|
||||
}
|
||||
}, 100);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue