Skip to content

Commit

Permalink
Tooltipの振る舞いを調整
Browse files Browse the repository at this point in the history
  • Loading branch information
takusea committed Aug 5, 2024
1 parent f295b49 commit 2690b7a
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>
<TooltipProvider disableHoverableContent>
<MenuBar
v-if="openedEditor != undefined"
:fileSubMenuData="subMenuData.fileSubMenuData.value"
Expand Down

0 comments on commit 2690b7a

Please sign in to comment.