Add persistent links

This commit is contained in:
Joey Yakimowich-Payne 2026-01-30 11:28:43 -07:00
commit e8d3f63f4d
4 changed files with 362 additions and 9 deletions

View file

@ -1035,7 +1035,7 @@ void GraphEditorWidget::tryResolvePendingLinks() {
}
if (foundOut && foundIn) {
m_client->CreateLink(outPortId, inPortId, warppipe::LinkOptions{});
m_client->CreateLink(outPortId, inPortId, warppipe::LinkOptions{.linger = true});
} else {
remaining.push_back(pending);
}