We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fcdedb commit fe47db5Copy full SHA for fe47db5
1 file changed
src/flowtutor/gui/gui.py
@@ -381,7 +381,7 @@ def on_select_node(self, node: Optional[Node]) -> None:
381
382
dpg.hide_item('function_management_group')
383
384
- # SHows the correct sidebars.
+ # Shows the correct sidebars.
385
if len(self.selected_nodes) > 1:
386
self.section_node_extras.hide()
387
self.sidebar_multi.show(node)
@@ -449,7 +449,7 @@ def on_drag(self) -> None:
449
nodes_in_selection = self.selected_flowchart.find_nodes_in_selection(
450
self.drag_origin,
451
self.mouse_position_on_canvas)
452
- self.clear_selected_nodes()
+
453
if nodes_in_selection:
454
# Selectes nodes inside fence.
455
for selected_node in nodes_in_selection:
0 commit comments