mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
update(UrlWidget addUrl Action):adds the transition animation to the action button of the url widget
This commit is contained in:
@@ -161,9 +161,11 @@ export default {
|
||||
<div class="d-flex flex-column justify-content-between">
|
||||
|
||||
<Teleport :to="widget_action_css_identifier">
|
||||
<button v-show="!editModeIsActive" class="btn btn-outline-secondary btn-sm" @click="openCreateModal" type="button">
|
||||
<i class="fa-solid fa-plus"></i>
|
||||
</button>
|
||||
<Transition>
|
||||
<button v-if="!editModeIsActive" class="btn btn-outline-secondary btn-sm" @click="openCreateModal" type="button">
|
||||
<i class="fa-solid fa-plus"></i>
|
||||
</button>
|
||||
</Transition>
|
||||
</Teleport>
|
||||
|
||||
<template v-if="shared">
|
||||
|
||||
Reference in New Issue
Block a user