Polish wired editor UI and variable handling

This commit is contained in:
Lorenzune
2026-04-08 16:18:16 +02:00
parent 0ebd37d91b
commit 5e9e3e1e4c
22 changed files with 926 additions and 1029 deletions
+2
View File
@@ -84,4 +84,6 @@ export class WiredActionLayoutCode
public static VARIABLE_ECHO_EXTRA: number = 83;
public static CONTEXT_VARIABLE_EXTRA: number = 84;
public static TEXT_INPUT_VARIABLE_EXTRA: number = 85;
public static NEG_CALL_ANOTHER_STACK: number = 86;
public static NEG_SEND_SIGNAL: number = 87;
}