MaxReimann commited on
Commit
3e4890f
·
unverified ·
1 Parent(s): 9be40bd

Update 2_🖌️_Local_edits.py

Browse files
Files changed (1) hide show
  1. pages/2_🖌️_Local_edits.py +2 -0
pages/2_🖌️_Local_edits.py CHANGED
@@ -222,6 +222,8 @@ if st.session_state.local_edit_action in ("slider", "param_change", "init"):
222
  print("set redraw")
223
  st.session_state.local_edit_action = "redraw"
224
 
 
 
225
 
226
  print("plot masks")
227
  texts = []
 
222
  print("set redraw")
223
  st.session_state.local_edit_action = "redraw"
224
 
225
+ if "objects" in canvas_result.json_data and canvas_result.json_data["objects"] != []:
226
+ print(st.session_state["user"], " edited local param canvas")
227
 
228
  print("plot masks")
229
  texts = []