MaxReimann commited on
Commit
3e4890f
β€’
1 Parent(s): 9be40bd

Update 2_πŸ–ŒοΈ_Local_edits.py

Browse files
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 = []