Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
98cf9c03
Commit
98cf9c03
authored
Jul 08, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SSE] Return focus from text-art settings controls to canvas.
parent
1dcdf7d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
apps/spreadsheeteditor/main/app/view/TextArtSettings.js
apps/spreadsheeteditor/main/app/view/TextArtSettings.js
+2
-2
No files found.
apps/spreadsheeteditor/main/app/view/TextArtSettings.js
View file @
98cf9c03
...
@@ -1035,7 +1035,7 @@ define([
...
@@ -1035,7 +1035,7 @@ define([
msg
:
this
.
textBorderSizeErr
,
msg
:
this
.
textBorderSizeErr
,
callback
:
function
()
{
callback
:
function
()
{
_
.
defer
(
function
(
btn
)
{
_
.
defer
(
function
(
btn
)
{
me
.
fireEvent
(
'
edit
complete
'
,
me
);
Common
.
NotificationCenter
.
trigger
(
'
edit:
complete
'
,
me
);
})
})
}
}
});
});
...
@@ -1112,7 +1112,7 @@ define([
...
@@ -1112,7 +1112,7 @@ define([
}
}
}
}
}
}
me
.
fireEvent
(
'
edit
complete
'
,
me
);
Common
.
NotificationCenter
.
trigger
(
'
edit:
complete
'
,
me
);
}
}
})).
show
();
})).
show
();
},
},
...
...
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