mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: tooltip show on click
This commit is contained in:
+2
-1
@@ -9,10 +9,11 @@
|
||||
|
||||
{#if deployment.type === 'vcs'}
|
||||
<button
|
||||
class=" u-cursor-pointer"
|
||||
class="u-cursor-pointer"
|
||||
use:tooltip={{
|
||||
interactive: true,
|
||||
allowHTML: true,
|
||||
trigger: 'click',
|
||||
disabled: false,
|
||||
onShow(instance) {
|
||||
tick().then(() => {
|
||||
|
||||
Reference in New Issue
Block a user