mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
make "open workspace in tab" actually load the workspace preset properly.
This commit is contained in:
@@ -24,6 +24,7 @@ class WorkspacePickerModal extends FuzzySuggestModal {
|
||||
const url = new URL(window.location.href);
|
||||
|
||||
url.searchParams.set("workspace", item);
|
||||
url.searchParams.set("load", "preset");
|
||||
window.open(url.toString(), "_blank");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user