prevent error log when resizing

This commit is contained in:
Til Schmitter 2026-06-03 15:19:11 +02:00
parent 1d415b73b8
commit 6e9fcd9f9a
2 changed files with 1 additions and 2 deletions

View file

@ -2118,6 +2118,7 @@ html {
background: #8888;
cursor: ew-resize;
touch-action: none;
user-select: none;
}
#reszbar:hover{
opacity: .6;

View file

@ -11252,8 +11252,6 @@ function reload_browser() {
}
resizing = true;
clmod(ebi('tree'), 'resz', true);
if(e.cancelable)
ev(e);
return;
}
if (e.button !== 0 && e.type !== 'touchstart') return;