mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2025-09-11 01:44:44 +00:00
misc changes WIP
This commit is contained in:
parent
467962e565
commit
500db33fc7
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ container.appendChild(page)
|
||||||
bodyElem.appendChild(container)
|
bodyElem.appendChild(container)
|
||||||
|
|
||||||
document.getElementById('super-selector').addEventListener('mousemove', (e) => {
|
document.getElementById('super-selector').addEventListener('mousemove', (e) => {
|
||||||
|
// document.getElementsByTagName('body')[0].addEventListener('mousemove', (e) => {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
|
|
||||||
if (lastTargetElem) {
|
if (lastTargetElem) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue