adjust popover hide delay

This commit is contained in:
pa
2025-11-05 17:10:05 +09:00
committed by Natsumi
parent a9c0df9807
commit c930739491
+1 -1
View File
@@ -26,7 +26,7 @@
:key="item.index" :key="item.index"
placement="right-start" placement="right-start"
trigger="hover" trigger="hover"
:hide-after="isSteamVRRunning ? 800 : 0" :hide-after="isSteamVRRunning ? 800 : 150"
:show-arrow="false" :show-arrow="false"
:offset="0" :offset="0"
:width="navPopoverWidth" :width="navPopoverWidth"