actually, bad idea - turn that off for now...

This commit is contained in:
Ryan Fleury
2025-01-05 22:47:06 -08:00
parent fb1fb6b014
commit 812cea7e73
-2
View File
@@ -1738,8 +1738,6 @@ rd_watch_view_build(RD_WatchViewState *ewv, RD_WatchViewFlags flags, String8 roo
// rjf: commit edited cell string
Vec2S64 tbl = v2s64(x, y);
RD_WatchViewColumn *col = rd_watch_view_column_from_x(ewv, x);
String8 initial_string = str8(edit_state->initial_buffer, edit_state->initial_size);;
if(!str8_match(new_string, initial_string, 0))
{
switch(col->kind)
{