We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e6f4f commit 21f5b15Copy full SHA for 21f5b15
src/lib/components/WorkBook/CommentAndHint.svelte
@@ -13,7 +13,7 @@
13
</script>
14
15
{#if uniqueId !== '' && commentAndHint !== ''}
16
- <!-- HACK: positionはデフォルトの"top" 以外にすると、一瞬しか表示されない -->
+ <!-- HACK: Position values other than the default "top" cause the tooltip to display only momentarily -->
17
<Tooltip
18
showOn="hover"
19
arrow={false}
0 commit comments