Skip to content

Commit

Permalink
fix: ツールチップのアニメーションの時間を微調整 (#2406)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Dec 13, 2024
1 parent 339c3f1 commit 17eb6a1
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 17eb6a1

Please sign in to comment.