loc
loc
It's not working because WebRTC recently switched to a CGDisplayStream-based capturer, which doesn't respect NSWindowSharingNone. Here's the relevant issue https://bugs.chromium.org/p/webrtc/issues/detail?id=8652 AFAICT the only option is for Electron to expose SetExcludedWindow...
Child windows are created with the [window.open API](https://developer.mozilla.org/en-US/docs/Web/API/Window/open), and can be used to load a webpage, as normal, or to create an empty page (with the url `about:blank`) that is...
@lavrton anything I can do to get this merged? Thanks!
What do you think breaks in the DragAndDrop module? If two stages are created with the same window global, the second call to `registerDragAndDropListenersForWindowGlobal` is effectively a no-op, as it...
Confirming that disabling the Copilot extension fixed it for me. Also fixes a similar symptom where `Ctrl-f` search would drop the cursor back to where it started after ``ing out...