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 */
|
/** Start preview video */
|
||||||
playVideo() {
|
playVideo() {
|
||||||
|
if (this.data.flag & this.c.FLAG_SELECTED) return;
|
||||||
this.liveState.waiting = true;
|
this.liveState.waiting = true;
|
||||||
|
|
||||||
// Quickly moving over the icon causes unnecessary
|
// Quickly moving over the icon causes unnecessary
|
||||||
|
|
Loading…
Reference in New Issue