correct cell expression edit string formation

This commit is contained in:
Ryan Fleury
2025-04-20 19:09:11 -07:00
parent c45bd364eb
commit 19a56b88a0
5 changed files with 41 additions and 20 deletions
@@ -197,7 +197,7 @@ struct EV_Row
EV_Block *block;
EV_Key key;
U64 visual_size;
String8 string;
String8 edit_string;
E_Eval eval;
};