You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/views/docs/desktop/1/the-basics/windows.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -398,7 +398,7 @@ This is particularly useful for always-on-top utility windows or menubar applica
398
398
399
399
By default, Electron allows additional windows to be opened from a window that was previously opened programmatically.
400
400
This is the case, for example, with `a` elements that have the target attribute set to `_blank` or when the user clicks on a link with the middle mouse button.
401
-
This behaviour is potentially undesirable in a desktop application, as it enables the user to `break out` of a window.
401
+
This behaviour is potentially undesirable in a desktop application, as it enables the user to "break out" of a window.
402
402
403
403
To prevent additional windows from opening, you can apply the `suppressNewWindows()` method when opening a new window.
0 commit comments