frame: prevent infinite lp spinner
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/953/head
parent
2e70655c31
commit
e69cee9dd4
|
@ -277,6 +277,7 @@ export default defineComponent({
|
|||
|
||||
/** Start preview video */
|
||||
playVideo() {
|
||||
if (this.data.flag & this.c.FLAG_SELECTED) return;
|
||||
this.liveState.waiting = true;
|
||||
|
||||
// Quickly moving over the icon causes unnecessary
|
||||
|
|
Loading…
Reference in New Issue