Skip to content

Commit f486e01

Browse files
0xlakshanOrKoN
andauthored
update comment
Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
1 parent 69af216 commit f486e01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/pages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export const resizePage = defineTool({
218218
const bounds = await browser.getWindowBounds(windowId);
219219

220220
if (bounds.windowState === 'fullscreen') {
221-
// have to call this twice when window is in fullscreen mode
221+
// Have to call this twice on Ubuntu when the window is in fullscreen mode.
222222
await browser.setWindowBounds(windowId, {windowState: 'normal'});
223223
await browser.setWindowBounds(windowId, {windowState: 'normal'});
224224
} else if (bounds.windowState !== 'normal') {

0 commit comments

Comments
 (0)