fix(editor): Fix tooltip opening delay prop name (#6776)

fix(editor): fix tooltip opening delay prop name
This commit is contained in:
Alex Grozav
2023-07-28 13:57:33 +03:00
committed by GitHub
parent 3aaf1ac0fd
commit e19b0d7748
4 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
:visible="showTooltip"
:disabled="nodeCreatorStore.showScrim"
:popper-class="$style.tooltip"
:open-delay="700"
:show-after="700"
>
<button :class="$style.button" @click="$emit('click')" data-test-id="canvas-plus-button">
<font-awesome-icon icon="plus" size="lg" />