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) {
|
||||
if (e.key === 'Alt') {
|
||||
if (isAltWithMouse || isAltWithOtherKey) {
|
||||
console.log(isAltWithMouse, isAltWithOtherKey)
|
||||
e.preventDefault()
|
||||
}
|
||||
isAltWithMouse = false
|
||||
|
||||
Reference in New Issue
Block a user