@@ -194,18 +194,6 @@ class Editor extends List {
}
return;
case 'u':
history.back();
e.stopPropagation();
e.preventDefault();
case 'U':
history.forward();
case '?':
if (this.addHelpAfter()) {
The note is not visible to the blocked user.