提交 bedc5dd7 作者: 翁进城

fix: 缺少机身控制鼠标点击选中效果

上级 312eaf93
...@@ -267,6 +267,7 @@ export default { ...@@ -267,6 +267,7 @@ export default {
clickControl(event) { clickControl(event) {
console.log(event.key); console.log(event.key);
let data = null; let data = null;
this.keycode = event.key;
//return //return
if (this.enable) { if (this.enable) {
this.enable = false; this.enable = false;
...@@ -330,6 +331,7 @@ export default { ...@@ -330,6 +331,7 @@ export default {
} }
}, },
cancelControl() { cancelControl() {
this.keycode = '';
this.stopGimbal(); this.stopGimbal();
}, },
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论