Fix UI problem where key interactions could be requests without any wallet being selected

This commit is contained in:
2025-06-13 17:47:37 +09:00
parent d595beb08d
commit a2a9da0d98
13 changed files with 36 additions and 14 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
-module(gd_sophia_editor).
-vsn("0.6.5").
-vsn("0.6.6").
-export([new/1, update/2,
get_text/1, set_text/2]).