Android fixes

This commit is contained in:
luboslenco
2025-08-21 11:11:21 +02:00
parent 85798edd6d
commit e8c4a2b8a8
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -25,7 +25,6 @@ function console_toast(s: string) {
if (current != null) draw_end();
console_trace(s);
console_draw_toast(s);
gpu_present();
if (current != null) draw_begin(current);
}
+1 -1
View File
@@ -227,7 +227,7 @@ function ui_toolbar_tool_properties_menu() {
ui_header_draw_tool_properties();
if (ui.changed) {
if (ui.changed || ui.is_typing) {
ui_menu_keep_open = true;
}