mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
cleaning
This commit is contained in:
parent
f7cdf0ec2f
commit
d653b9fd59
@ -137,7 +137,6 @@ define([
|
||||
window.print = printFullContent;
|
||||
|
||||
window.addEventListener('keydown', function (e) {
|
||||
console.log("app", APP)
|
||||
if ((e.ctrlKey || e.metaKey) && e.key.toLowerCase() === 'p') {
|
||||
e.preventDefault();
|
||||
printFullContent();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user