From 48d209a9443b8c6a73066fc08f7fca8bc60300e4 Mon Sep 17 00:00:00 2001 From: fit2cloudrd Date: Wed, 27 Apr 2022 14:09:13 +0800 Subject: [PATCH] =?UTF-8?q?revert:=20=E5=9B=9E=E6=BB=9A=E8=AF=AD=E6=B3=95?= =?UTF-8?q?=E9=94=99=E8=AF=AF=20(#2203)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * refactor: 优化流媒体,直播视频关闭IO隐藏缓冲区等 * refactor: 优化流媒体,直播视频关闭IO隐藏缓冲 * style: 样式修改 * revert: 回滚语法错误 Co-authored-by: wangjiahao <1522128093@qq.com> --- frontend/src/components/canvas/store/copy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/canvas/store/copy.js b/frontend/src/components/canvas/store/copy.js index a8fde22975..663024d966 100644 --- a/frontend/src/components/canvas/store/copy.js +++ b/frontend/src/components/canvas/store/copy.js @@ -53,7 +53,7 @@ export default { newView.propValue.viewId = res.data store.commit('addComponent', { component: newView }) }) - } if (data.type === 'de-tabs') { + } else if (data.type === 'de-tabs') { const sourceAndTargetIds = {} const newCop = deepCopy(data) newCop.options.tabList.forEach((item) => {