mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-13 21:10:21 +00:00
fix: player buttons on android immersed instantly
This commit is contained in:
parent
02e334ad46
commit
b4fe8b2c71
1 changed files with 0 additions and 1 deletions
|
|
@ -69,7 +69,6 @@ export function swipeControls(node, props = { enabled: true, immersePlayer: () =
|
|||
|
||||
function handleTouchStart(event) {
|
||||
if (!props.enabled) return;
|
||||
props.immersePlayer();
|
||||
if (!isNative) return;
|
||||
isDragging = true;
|
||||
startX = event.touches[0].clientX;
|
||||
|
|
|
|||
Loading…
Reference in a new issue