Skip to content

Commit

Permalink
#594: fix for editing cells while using redislite
Browse files Browse the repository at this point in the history
  • Loading branch information
aschonfeld committed Nov 4, 2021
1 parent 83c540a commit b4df1b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dtale/views.py
Expand Up @@ -2311,6 +2311,7 @@ def edit_cell(data_id):
row_index=row_index, column=column, updated=updated_str
)
)
global_state.set_data(data_id, data)
curr_history = global_state.get_history(data_id) or []
curr_history += code
global_state.set_history(data_id, curr_history)
Expand Down

0 comments on commit b4df1b5

Please sign in to comment.