mirror of
https://github.com/chinchang/web-maker.git
synced 2025-02-24 07:03:13 +01:00
fix pointer-none class not getting removed
This commit is contained in:
parent
c8bf79895b
commit
e69d6433c7
@ -1627,7 +1627,7 @@ runBtn, searchInput, consoleEl, consoleLogEl, logCountEl
|
||||
});
|
||||
$('.js-console__header').addEventListener('mouseup', () => {
|
||||
window.removeEventListener('mousemove', onConsoleHeaderDrag);
|
||||
$('#demo-frame').classList.add('pointer-none');
|
||||
$('#demo-frame').classList.remove('pointer-none');
|
||||
});
|
||||
|
||||
chrome.storage.local.get({
|
||||
|
Loading…
x
Reference in New Issue
Block a user