Skip to content

Commit 0a86749

Browse files
committed
add hint for lasso select
1 parent 647a2b2 commit 0a86749

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
@@ -2841,6 +2841,7 @@ impl NodeGraphMessageHandler {
28412841
HintInfo::mouse(MouseMotion::LmbDrag, "Select Area"),
28422842
HintInfo::keys([Key::Shift], "Extend").prepend_plus(),
28432843
HintInfo::keys([Key::Alt], "Subtract").prepend_plus(),
2844+
HintInfo::keys([Key::Accel], "Lasso").prepend_plus(),
28442845
]),
28452846
]);
28462847
if self.has_selection {

0 commit comments

Comments
 (0)