1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

CU-ed6929 fix menuSelect resize offset

This commit is contained in:
Andrew Simachev 2021-02-17 17:24:52 +03:00
parent 74f1d59ce9
commit 6ec6b1aeea
2 changed files with 4 additions and 2 deletions

View file

@ -497,6 +497,7 @@ function menuInit () {
label: 'Interface', type: 'checkbox', checked: config.debugUI,
click: () => {
setConfig({ debugUI: !config.debugUI });
win.reload();
}
},
{