Change mouse to pointer events (#403)

* Change mouse to pointer events

* Add `npm start` command

* Change all mouse to pointer events;
Fix `touch-action: none;`

* Merge with master

* Fix middle mouse click

* Remove console.log

* Delete the empty line

* Re-add middle click auto-scroll blocking

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
SonyStone
2021-12-21 03:37:58 -08:00
committed by GitHub
co-authored by Keavon Chambers
parent 583e0e87bc
commit 3b7a5548ae
5 changed files with 86 additions and 73 deletions
@@ -16,6 +16,7 @@
.main-window {
height: 100%;
overflow: auto;
touch-action: none;
}
.title-bar-row {