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
abe61d73
Commit
abe61d73
authored
Apr 10, 2017
by
zhangbobell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(core): fixed some small bugs
parent
f82afcee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
node.js
src/core/node.js
+1
-1
render.js
src/core/render.js
+3
-0
priority.js
src/module/priority.js
+1
-1
No files found.
src/core/node.js
View file @
abe61d73
...
...
@@ -243,7 +243,7 @@ define(function(require, exports, module) {
},
getCommonAncestor
:
function
(
node
)
{
return
MinderNode
.
get
Node
CommonAncestor
(
this
,
node
);
return
MinderNode
.
getCommonAncestor
(
this
,
node
);
},
contains
:
function
(
node
)
{
...
...
src/core/render.js
View file @
abe61d73
...
...
@@ -152,6 +152,9 @@ define(function(require, exports, module) {
renderer
.
getRenderShape
().
setVisible
(
false
);
lastBoxes
[
j
]
=
null
;
}
// 更新 render 的 contentBox
renderer
.
contentBox
=
lastBoxes
[
j
];
}
}
...
...
src/module/priority.js
View file @
abe61d73
...
...
@@ -30,7 +30,7 @@ define(function(require, exports, module) {
var
PRIORITY_DATA
=
'priority'
;
//
进度
图标的图形
//
优先级
图标的图形
var
PriorityIcon
=
kity
.
createClass
(
'PriorityIcon'
,
{
base
:
kity
.
Group
,
...
...
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