This commit is contained in:
JFH
2021-12-01 01:22:09 +01:00
parent 7638bb7cea
commit edcdd3429e
3 changed files with 84 additions and 85 deletions

View File

@@ -195,14 +195,6 @@ class MainMenu {
}
}
/**
*
* @returns {void}
*/
clickImport() {
/* empty fn */
}
/**
*
* @returns {void}
@@ -290,7 +282,6 @@ class MainMenu {
* Associate all button actions as well as non-button keyboard shortcuts.
*/
$id("tool_import").addEventListener("click", () => {
this.clickImport();
window.dispatchEvent(new CustomEvent("importImages"));
});
$id("tool_export").addEventListener("click", function() {