Skip to content

Commit 5bea67d

Browse files
timon-schellingKeavon
authored andcommitted
fix nodegraph cut regression
1 parent 57055e3 commit 5bea67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/src/messages/portfolio/portfolio_message_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ impl MessageHandler<PortfolioMessage, PortfolioMessageContext<'_>> for Portfolio
316316
if let Some(active_document) = self.active_document()
317317
&& active_document.graph_view_overlay_open()
318318
{
319-
responses.add(NodeGraphMessage::Copy);
319+
responses.add(NodeGraphMessage::Cut);
320320
return;
321321
}
322322

0 commit comments

Comments
 (0)