Skip to content

Commit e734df8

Browse files
committed
gts fix
1 parent e1d625d commit e734df8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/ui/menu.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@ async function menu(_ui: UI) {
153153
window.innerWidth !== correctWidth) {
154154
chrome.windows.getCurrent((currentWindow) => {
155155
chrome.windows.update(
156-
currentWindow.id,
157-
{height: correctHeight, width: correctWidth});
156+
currentWindow.id, {height: correctHeight, width: correctWidth});
158157
});
159158
}
160159
},

0 commit comments

Comments
 (0)