fix(editor): Do not display welcome sticky in template workflows (#3320)

* 🐛 Stopping a welcome sticky note to show up in template workflows

* add space

Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
This commit is contained in:
Milorad FIlipović
2022-05-20 12:04:52 +02:00
committed by GitHub
parent a0b5ad357b
commit 29ddac30d3

View File

@@ -1851,7 +1851,7 @@ export default mixins(
this.$store.commit('setNodeViewOffsetPosition', {newOffset: [0, 0]});
// For novice users (onboardingFlowEnabled == true)
// Inject welcome sticky note and zoom to fit
if(newWorkflow.onboardingFlowEnabled) {
if (newWorkflow.onboardingFlowEnabled && !this.isReadOnly) {
this.$nextTick(async () => {
await this.addNodes([
{