Skip to content

Commit

Permalink
Merge editors
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Sep 2, 2024
1 parent 7eca407 commit ef7a5f8
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 230 deletions.
6 changes: 2 additions & 4 deletions src/components/graph/GraphCanvas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,15 @@
<SideToolbar />
</template>
</LiteGraphCanvasSplitterOverlay>
<NodeTitleEditor />
<GroupTitleEditor />
<TitleEditor />
<canvas ref="canvasRef" id="graph-canvas" tabindex="1" />
</teleport>
<NodeSearchboxPopover v-if="nodeSearchEnabled" />
<NodeTooltip />
</template>

<script setup lang="ts">
import NodeTitleEditor from '@/components/graph/NodeTitleEditor.vue'
import GroupTitleEditor from '@/components/graph/GroupTitleEditor.vue'
import TitleEditor from '@/components/graph/TitleEditor.vue'
import SideToolbar from '@/components/sidebar/SideToolbar.vue'
import LiteGraphCanvasSplitterOverlay from '@/components/LiteGraphCanvasSplitterOverlay.vue'
import NodeSearchboxPopover from '@/components/searchbox/NodeSearchBoxPopover.vue'
Expand Down
115 changes: 0 additions & 115 deletions src/components/graph/GroupTitleEditor.vue

This file was deleted.

111 changes: 0 additions & 111 deletions src/components/graph/NodeTitleEditor.vue

This file was deleted.

Loading

0 comments on commit ef7a5f8

Please sign in to comment.