forked from coracle/flotilla
Move space add buttons around
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
import 'tippy.js/animations/shift-away.css'
|
||||
import "tippy.js/animations/shift-away.css"
|
||||
|
||||
import {onMount} from "svelte"
|
||||
import type {SvelteComponent, ComponentType, ComponentProps} from "svelte"
|
||||
@@ -19,7 +19,7 @@
|
||||
if (element) {
|
||||
const target = document.createElement("div")
|
||||
|
||||
popover = tippy(element, {content: target, animation: 'shift-away', ...params})
|
||||
popover = tippy(element, {content: target, animation: "shift-away", ...params})
|
||||
|
||||
instance = new component({target, props})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user