1
0
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:
Kushagra Gour 2017-05-17 10:59:17 +05:30
parent c8bf79895b
commit e69d6433c7

View File

@ -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({