mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-09 06:57:07 +02:00
remove unnecessary toast on popup. (#175)
This commit is contained in:
@@ -103,8 +103,6 @@ export function WindowToolbar({
|
||||
|
||||
// Open in a new window/tab
|
||||
globalThis.window.open(popOutUrl, "_blank");
|
||||
|
||||
toast.success("Window popped out");
|
||||
};
|
||||
|
||||
// Copy functionality for NIPs
|
||||
|
||||
Reference in New Issue
Block a user