We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69af216 commit f486e01Copy full SHA for f486e01
1 file changed
src/tools/pages.ts
@@ -218,7 +218,7 @@ export const resizePage = defineTool({
218
const bounds = await browser.getWindowBounds(windowId);
219
220
if (bounds.windowState === 'fullscreen') {
221
- // have to call this twice when window is in fullscreen mode
+ // Have to call this twice on Ubuntu when the window is in fullscreen mode.
222
await browser.setWindowBounds(windowId, {windowState: 'normal'});
223
224
} else if (bounds.windowState !== 'normal') {
0 commit comments