mirror of
https://github.com/hotomoe/hotomoe
synced 2024-11-28 14:58:15 +09:00
lint fix
This commit is contained in:
parent
44a4faebc0
commit
33bce49ee8
@ -183,7 +183,11 @@ function onBodyMousedown() {
|
||||
}
|
||||
|
||||
function onDblClick() {
|
||||
if (minimized) {unMinimize();} else {maximize();}
|
||||
if (minimized) {
|
||||
unMinimize();
|
||||
} else {
|
||||
maximize();
|
||||
}
|
||||
}
|
||||
|
||||
function onHeaderMousedown(evt: MouseEvent) {
|
||||
|
Loading…
Reference in New Issue
Block a user