Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kityminder-core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吴志俊
kityminder-core
Commits
7e3fa704
Commit
7e3fa704
authored
Mar 19, 2014
by
techird
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
93037a3a
c450681d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
CHANGELOG.md
CHANGELOG.md
+1
-0
editor.receiver.js
src/module/editor.receiver.js
+1
-0
No files found.
CHANGELOG.md
View file @
7e3fa704
...
...
@@ -10,6 +10,7 @@
1.
添加了剪贴板操作的支持
2.
添加了本地自动保存草稿的功能
3.
优化了文字选中效果
4.
改进了文字输入体验
### 功能调整
...
...
src/module/editor.receiver.js
View file @
7e3fa704
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment