Skip to content

Commit

Permalink
ツールチップのアニメーションの時間を微調整
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Dec 9, 2024
1 parent 2605c8b commit 4981260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<ErrorBoundary>
<TooltipProvider disableHoverableContent>
<TooltipProvider disableHoverableContent :delayDuration="500">
<MenuBar
v-if="openedEditor != undefined"
:fileSubMenuData="subMenuData.fileSubMenuData.value"
Expand Down

0 comments on commit 4981260

Please sign in to comment.