Clean up JS message dispatcher and fix a bug thrown on empty-data messages

Fixes bug in #394
This commit is contained in:
Keavon Chambers
2021-12-16 02:18:45 -08:00
parent 1cf90bde9a
commit d4e3684744
5 changed files with 44 additions and 46 deletions
+1
View File
@@ -220,6 +220,7 @@ img {
<script lang="ts">
import { defineComponent } from "vue";
// State providers
import dialog from "@/utilities/dialog";
import documents from "@/utilities/documents";
import fullscreen from "@/utilities/fullscreen";