Commit 7e3fa704 authored by techird's avatar techird

merge

parents 93037a3a c450681d
......@@ -10,6 +10,7 @@
1. 添加了剪贴板操作的支持
2. 添加了本地自动保存草稿的功能
3. 优化了文字选中效果
4. 改进了文字输入体验
### 功能调整
......
......@@ -107,6 +107,7 @@ Minder.Receiver = kity.createClass('Receiver',{
case keys.Tab:
this.selection.setHide();
this.clear().setTextEditStatus(false);
this.km.fire('contentchange');
this.km.setStatus('normal');
e.preventDefault();
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment