mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +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