Skip to content

Commit 33bc3d8

Browse files
Using checkTouchLocked with seek property
1 parent 874b3d5 commit 33bc3d8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/sound/html5/HTML5AudioSound.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,9 @@ Object.defineProperty(HTML5AudioSound.prototype, 'seek', {
376376
}
377377
},
378378
set: function (value) {
379+
if (this.checkTouchLocked('property', 'seek', value)) {
380+
return;
381+
}
379382
if (this.startTime > 0) {
380383
return;
381384
}

0 commit comments

Comments
 (0)