Fix wrong sidebar config opened when pasting workflow steps
This commit is contained in:
@@ -1599,8 +1599,10 @@ export default {
|
||||
})
|
||||
|
||||
if (lastVertexID) {
|
||||
const vertex = this.vertices[lastVertexID]
|
||||
this.sidebarReopen(vertex, vertex.config.kind)
|
||||
this.$nextTick(() => {
|
||||
const vertex = this.vertices[lastVertexID]
|
||||
this.sidebarReopen(vertex, vertex.config.kind)
|
||||
})
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user