remove unnecessary toast on popup. (#175)

This commit is contained in:
fiatjaf_
2026-01-20 13:24:00 -03:00
committed by GitHub
parent c52e783fce
commit b28d5f7892

View File

@@ -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