mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
removed console.log used for debuging
This commit is contained in:
@@ -54,7 +54,6 @@ document.addEventListener('mousedown', function (e) {
|
|||||||
document.addEventListener('keyup', function (e) {
|
document.addEventListener('keyup', function (e) {
|
||||||
if (e.key === 'Alt') {
|
if (e.key === 'Alt') {
|
||||||
if (isAltWithMouse || isAltWithOtherKey) {
|
if (isAltWithMouse || isAltWithOtherKey) {
|
||||||
console.log(isAltWithMouse, isAltWithOtherKey)
|
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
}
|
}
|
||||||
isAltWithMouse = false
|
isAltWithMouse = false
|
||||||
|
|||||||
Reference in New Issue
Block a user