mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 11:51:13 +01:00
Websockets for plugin runtime communication (#156)
This commit is contained in:
@@ -52,7 +52,6 @@ export function WindowControls({ className, onlyX }: Props) {
|
||||
await w.maximize();
|
||||
setMaximized(true);
|
||||
}
|
||||
console.log("TOGGLE", isMaximized);
|
||||
}}
|
||||
>
|
||||
{maximized ? (
|
||||
|
||||
Reference in New Issue
Block a user