mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
cleanup
This commit is contained in:
@@ -99,7 +99,6 @@
|
||||
function stopResize() {
|
||||
isResizing = false;
|
||||
saveTerminalHeightToPrefs(resizerTopPosition);
|
||||
console.log('now');
|
||||
window.removeEventListener('mousemove', resize);
|
||||
window.removeEventListener('mouseup', stopResize);
|
||||
window.removeEventListener('touchmove', resize);
|
||||
|
||||
Reference in New Issue
Block a user