1
0
Эх сурвалжийг харах

fix: wrong age-encryption.js

Tienson Qin 3 жил өмнө
parent
commit
2d881ae703

+ 1 - 0
public/index.html

@@ -49,6 +49,7 @@
 <script defer src="/static/js/lsplugin.core.js"></script>
 <script defer src="/static/js/main.js"></script>
 <script defer src="/static/js/code-editor.js"></script>
+<script defer src="/static/js/age-encryption.js"></script>
 <script defer src="/static/js/excalidraw.js"></script>
 <script>
   /*!

+ 1 - 0
resources/electron.html

@@ -53,6 +53,7 @@ const portal = new MagicPortal(worker);
 <script defer src="./js/lsplugin.core.js"></script>
 <script defer src="./js/main.js"></script>
 <script defer src="./js/code-editor.js"></script>
+<script defer src="./js/age-encryption.js"></script>
 <script defer src="./js/excalidraw.js"></script>
 </body>
 </html>

+ 1 - 1
src/main/frontend/components/sidebar.cljs

@@ -395,7 +395,7 @@
 
          ;; FIXME: why will this happen?
          :else
-         [:div "bingo"])])))
+         [:div])])))
 
 (rum/defc custom-context-menu < rum/reactive
   []