Fix issue that source node was also selected after duplicate

This commit is contained in:
Jan Oberhauser
2020-12-24 08:37:13 +01:00
parent 9dfcfc72bd
commit 75cca869b4
2 changed files with 9 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
<div class="node-executing-info" title="Node is executing">
<font-awesome-icon icon="sync-alt" spin />
</div>
<div class="node-options" v-if="!isReadOnly">
<div class="node-options no-select-on-click" v-if="!isReadOnly">
<div v-touch:tap="deleteNode" class="option" title="Delete Node" >
<font-awesome-icon icon="trash" />
</div>