mol_plot_all 1.2.130 → 1.2.134

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/web.view.tree CHANGED
@@ -130,7 +130,9 @@ $mol_touch $mol_plugin
130
130
  swipe_to_left?val null
131
131
  swipe_to_top?val null
132
132
  -
133
+ draw_start?event null
133
134
  draw?event null
135
+ draw_end?event null
134
136
  -
135
137
  style *
136
138
  ^
@@ -142,7 +144,7 @@ $mol_touch $mol_plugin
142
144
  pointerdown?event <=> event_start?event null
143
145
  pointermove?event <=> event_move?event null
144
146
  pointerup?event <=> event_end?event null
145
- pointerleave?event <=> event_end?event null
147
+ pointerleave?event <=> event_leave?event null
146
148
  wheel?event <=> event_wheel?event null
147
149
 
148
150
  $mol_plot_pane $mol_svg_root
@@ -228,7 +230,9 @@ $mol_plot_pane $mol_svg_root
228
230
  allow_zoom <= allow_zoom true
229
231
  action_type => action_type
230
232
  action_point => action_point
233
+ draw_start?event <=> draw_start?event null
231
234
  draw?event <=> draw?event null
235
+ draw_end?event <=> draw_end?event null
232
236
  - event *
233
237
  ^
234
238
  dblclick?event <=> reset?event null