From 2c555efdfe019e42d4ef17d5c8487221e1ac33fb Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Sat, 4 Oct 2025 17:49:55 -0700 Subject: [PATCH] [refactor] remove import alias on LGraphNode.vue (#5919) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Changes import name such that it matches the SFC filename. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5919-refactor-remove-import-alias-on-LGraphNode-vue-2826d73d365081fc80d8f277a40f7d81) by [Unito](https://www.unito.io) --- src/components/graph/GraphCanvas.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/graph/GraphCanvas.vue b/src/components/graph/GraphCanvas.vue index fbfbb6afa..2d3b60ed3 100644 --- a/src/components/graph/GraphCanvas.vue +++ b/src/components/graph/GraphCanvas.vue @@ -39,7 +39,7 @@ @wheel.capture="canvasInteractions.forwardEventToCanvas" > -