From 763e39bd71d83a6501ebdebf0d53130797bd5d73 Mon Sep 17 00:00:00 2001
From: sean.zhou <sean.zhou@dji.com>
Date: Thu, 18 May 2023 16:26:09 +0800
Subject: [PATCH] Merge branch 'v1.5.0' What's new? 1. Add new model: DJI Matrices 350 RTK. 2. Fixed some issues.
---
src/store/index.ts | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/store/index.ts b/src/store/index.ts
index 6dbf7ba..d3964db 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -130,7 +130,6 @@
}
if (info.host.job_number !== undefined) {
dock.work_osd = info.host
- return
}
},
SET_DRAW_VISIBLE_INFO (state, bool) {
--
Gitblit v1.9.3