fix(editor): Fix tooltip opening delay prop name (#6776)
fix(editor): fix tooltip opening delay prop name
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user