Skip to content

Commit 88371e4

Browse files
committed
Fix
1 parent 7f28e0b commit 88371e4

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
@@ -2801,7 +2801,8 @@ impl NodeGraphMessageHandler {
28012801

28022802
if dragging_box_selection {
28032803
HintData(vec![HintGroup(vec![
2804-
HintInfo::keys([Key::Escape], "Cancel"),
2804+
HintInfo::mouse(MouseMotion::Rmb, ""),
2805+
HintInfo::keys([Key::Escape], "Cancel").prepend_slash(),
28052806
HintInfo::keys([Key::Shift], "Extend"),
28062807
HintInfo::keys([Key::Alt], "Subtract"),
28072808
HintInfo::keys([Key::Control], "Exclude Layers"),

0 commit comments

Comments
 (0)