Update MotaActionParser.js

This commit is contained in:
qweasz687 2021-08-10 17:50:41 +08:00 committed by GitHub
parent b795a321b0
commit ba53ae76dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -561,11 +561,7 @@ ActionParser.prototype.parseAction = function() {
}
break;
case "lockViewport":
this.next = MotaActionBlocks['lockViewport_s'].xmlText([
this.next]);
break;
case "unlockViewport":
this.next = MotaActionBlocks['unlockViewport_s'].xmlText([
this.next = MotaActionBlocks['lockViewport_s'].xmlText([data.lock,
this.next]);
break;
case "vibrate": // 画面震动