Skip to content

Commit 3180ef2

Browse files
committed
Fix
1 parent 498b56f commit 3180ef2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

editor/src/messages/portfolio/document/node_graph/node_graph_message_handler.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2808,7 +2808,8 @@ impl NodeGraphMessageHandler {
28082808

28092809
if dragging_box_selection {
28102810
HintData(vec![HintGroup(vec![
2811-
HintInfo::keys([Key::Escape], "Cancel"),
2811+
HintInfo::mouse(MouseMotion::Rmb, ""),
2812+
HintInfo::keys([Key::Escape], "Cancel").prepend_slash(),
28122813
HintInfo::keys([Key::Shift], "Extend"),
28132814
HintInfo::keys([Key::Alt], "Subtract"),
28142815
HintInfo::keys([Key::Control], "Exclude Layers"),

0 commit comments

Comments
 (0)