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

View File

@@ -26,7 +26,7 @@
:key="item.index"
placement="right-start"
trigger="hover"
:hide-after="isSteamVRRunning ? 800 : 0"
:hide-after="isSteamVRRunning ? 800 : 150"
:show-arrow="false"
:offset="0"
:width="navPopoverWidth"