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
18e5a35d
Commit
18e5a35d
authored
Feb 07, 2017
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE] Fix Bug 33937.
parent
59877250
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
apps/documenteditor/main/app/view/DocumentHolder.js
apps/documenteditor/main/app/view/DocumentHolder.js
+5
-0
No files found.
apps/documenteditor/main/app/view/DocumentHolder.js
View file @
18e5a35d
...
@@ -2686,6 +2686,11 @@ define([
...
@@ -2686,6 +2686,11 @@ define([
menuParagraphAdvancedInTable
menuParagraphAdvancedInTable
]
]
}).
on
(
'
hide:after
'
,
function
(
menu
)
{
}).
on
(
'
hide:after
'
,
function
(
menu
)
{
if
(
me
.
suppressEditComplete
)
{
me
.
suppressEditComplete
=
false
;
return
;
}
me
.
fireEvent
(
'
editcomplete
'
,
me
);
me
.
fireEvent
(
'
editcomplete
'
,
me
);
me
.
currentMenu
=
null
;
me
.
currentMenu
=
null
;
});
});
...
...
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