From 91bf9896e42ecad2d4aa2858cbe8a628fec394f2 Mon Sep 17 00:00:00 2001 From: Victor Nakoryakov Date: Tue, 6 Dec 2016 17:48:31 +0300 Subject: [PATCH] fix(client): set default selected node no an existing one --- packages/xod-client/src/editor/state.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/xod-client/src/editor/state.js b/packages/xod-client/src/editor/state.js index 75cd8b12..bb4cc6ad 100644 --- a/packages/xod-client/src/editor/state.js +++ b/packages/xod-client/src/editor/state.js @@ -6,7 +6,7 @@ export default { dragging: null, selection: [], linkingPin: null, - selectedNodeType: 'core/button', + selectedNodeType: 'xod/core/button', tabs: { 1: { id: '1',