minor correction
This commit is contained in:
@ -405,7 +405,6 @@ export class Editor {
|
|||||||
//
|
//
|
||||||
document.addEventListener('keydown', (event) => {
|
document.addEventListener('keydown', (event) => {
|
||||||
if (event.altKey) {
|
if (event.altKey) {
|
||||||
event.preventDefault();
|
|
||||||
this.fill = true;
|
this.fill = true;
|
||||||
this.fill_viewer.classList.remove("invisible");
|
this.fill_viewer.classList.remove("invisible");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user