Fix content editor performances issue by debouncing and removing the link search

This commit is contained in:
2024-11-10 23:10:23 +01:00
parent 42658558c5
commit 60f1fbb4aa
5 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
<template>
<span class="text-accent-blue inline-flex items-center cursor-pointer hover:text-opacity-85"><slot v-bind="$attrs"></slot></span>
</template>