提交 1be03eaa 编写于 作者: A André Luís

Fix typo on targetLine in mutation

上级 af688bd6
......@@ -127,7 +127,7 @@ export default {
if (targetLine) {
const side = targetLine.left && targetLine.left.lineCode === lineCode ? 'left' : 'right';
Object.assign(targetline[side], {
Object.assign(targetLine[side], {
discussions: [],
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册