mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 10:27:44 +08:00
Doc: update
This commit is contained in:
parent
e6c92d4a5e
commit
88e3c1f660
@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 0.7.3-fix.2
|
||||
|
||||
Fix some issues with collaborative editing:
|
||||
|
||||
1.The position of the new node is incorrect when inserting peer nodes;
|
||||
|
||||
2.Moving a position within a peer node did not trigger an update;
|
||||
|
||||
3.The position of the mobile node inserted as a sibling node is incorrect;
|
||||
|
||||
## 0.7.3-fix.1
|
||||
|
||||
Fix:
|
||||
|
||||
@ -1,6 +1,11 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>Changelog</h1>
|
||||
<h2>0.7.3-fix.2</h2>
|
||||
<p>Fix some issues with collaborative editing:</p>
|
||||
<p>1.The position of the new node is incorrect when inserting peer nodes;</p>
|
||||
<p>2.Moving a position within a peer node did not trigger an update;</p>
|
||||
<p>3.The position of the mobile node inserted as a sibling node is incorrect;</p>
|
||||
<h2>0.7.3-fix.1</h2>
|
||||
<p>Fix:</p>
|
||||
<blockquote>
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 0.7.3-fix.2
|
||||
|
||||
修复协同编辑的一些问题:
|
||||
|
||||
1.插入同级节点时新节点位置不正确;
|
||||
|
||||
2.在同级节点中移动位置没有触发更新;
|
||||
|
||||
3.移动节点作为兄弟节点插入时位置不正确;
|
||||
|
||||
## 0.7.3-fix.1
|
||||
|
||||
修复:
|
||||
|
||||
@ -1,6 +1,11 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>Changelog</h1>
|
||||
<h2>0.7.3-fix.2</h2>
|
||||
<p>修复协同编辑的一些问题:</p>
|
||||
<p>1.插入同级节点时新节点位置不正确;</p>
|
||||
<p>2.在同级节点中移动位置没有触发更新;</p>
|
||||
<p>3.移动节点作为兄弟节点插入时位置不正确;</p>
|
||||
<h2>0.7.3-fix.1</h2>
|
||||
<p>修复:</p>
|
||||
<blockquote>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user