forked from open-webui/open-webui
feat: tooltip aria label
This commit is contained in:
parent
2d59847fb9
commit
475105473c
2 changed files with 15 additions and 12 deletions
|
@ -29,6 +29,6 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<div bind:this={tooltipElement}>
|
||||
<div bind:this={tooltipElement} aria-label={content}>
|
||||
<slot />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue