Skip to content

Commit 0203b77

Browse files
committed
add hint for lasso select
1 parent 9046684 commit 0203b77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2859,6 +2859,7 @@ impl NodeGraphMessageHandler {
28592859
HintInfo::mouse(MouseMotion::LmbDrag, "Select Area"),
28602860
HintInfo::keys([Key::Shift], "Extend").prepend_plus(),
28612861
HintInfo::keys([Key::Alt], "Subtract").prepend_plus(),
2862+
HintInfo::keys([Key::Accel], "Lasso").prepend_plus(),
28622863
]),
28632864
]);
28642865
if self.has_selection {

0 commit comments

Comments
 (0)