Skip to content
Snippets Groups Projects
Commit 569bfa0d authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Refactoring: Moved method to utils

parent ca24bffc
No related branches found
No related tags found
No related merge requests found
...@@ -11,13 +11,6 @@ ...@@ -11,13 +11,6 @@
function switchDialog(targetDialog: string) { function switchDialog(targetDialog: string) {
currentDialog = dialogs[targetDialog]; currentDialog = dialogs[targetDialog];
} }
function checkForInvalidDialogReferences() {
const allDialogKeys = Object.keys(dialogs);
for (const dialogName of allDialogKeys) {
// TODO check all buttons for invalid references
}
}
</script> </script>
<SingleDialogComponent <SingleDialogComponent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment