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
cbf52e4d
Commit
cbf52e4d
authored
Sep 08, 2015
by
张博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add some comments about win10 edge
parent
35f019c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
view.js
src/module/view.js
+5
-0
No files found.
src/module/view.js
View file @
cbf52e4d
...
...
@@ -334,6 +334,11 @@ define(function(require, exports, module) {
'selectionchange layoutallfinish'
:
function
(
e
)
{
var
selected
=
this
.
getSelectedNode
();
/*
* Added by zhangbobell 2015.9.9
* windows 10 的 edge 浏览器在全部动画停止后,优先级图标不显示 text,
* 因此再次触发一次 render 事件,让浏览器重绘
* */
if
(
kity
.
Browser
.
edge
)
{
this
.
fire
(
'paperrender'
);
}
...
...
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