mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix text selection while dragging editor splitter
This commit is contained in:
@@ -253,6 +253,7 @@ loot-editor-close
|
||||
} else if (evt.detail.state === 'end') {
|
||||
this.parentNode.host.classList.toggle('resizing', false);
|
||||
}
|
||||
window.getSelection().removeAllRanges();
|
||||
this.parentNode.host.style.height = (parseInt(this.parentNode.host.style.height, 10) - evt.detail.ddy) + 'px';
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user