minor correction

This commit is contained in:
2023-10-15 01:35:59 +02:00
parent ce7596ae5f
commit e9debf3d4f

View File

@ -405,7 +405,6 @@ export class Editor {
//
document.addEventListener('keydown', (event) => {
if (event.altKey) {
event.preventDefault();
this.fill = true;
this.fill_viewer.classList.remove("invisible");
}