Skip to content

Commit ace3052

Browse files
committed
Update code.js
1 parent 765a633 commit ace3052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cursor_mcp_plugin/code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3641,7 +3641,7 @@ async function createCursorNode(targetNodeId) {
36413641
if (!importedNode || !importedNode.id) {
36423642
throw new Error("Failed to create imported cursor node");
36433643
}
3644-
importedNode.name = "Mouse Cursor";
3644+
importedNode.name = "TTF_Connector / Mouse Cursor";
36453645
importedNode.resize(48, 48);
36463646

36473647
const cursorNode = importedNode.findOne(node => node.type === 'VECTOR');

0 commit comments

Comments
 (0)