Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
3pia
VISPA
VISPA web
Commits
dc3bea87
Commit
dc3bea87
authored
Oct 24, 2017
by
Benjamin Fischer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Codeeditor: fixed resize handling
parent
470dcb0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vispa/extensions/codeeditor/static/js/view.js
vispa/extensions/codeeditor/static/js/view.js
+3
-3
No files found.
vispa/extensions/codeeditor/static/js/view.js
View file @
dc3bea87
...
...
@@ -122,7 +122,9 @@ define([
},
onResize
:
function
()
{
this
.
editor
.
resize
();
if
(
this
.
editor
)
{
this
.
editor
.
resize
();
}
},
onFocus
:
function
()
{
...
...
@@ -135,8 +137,6 @@ define([
if
(
this
.
editor
&&
this
.
editor
.
ace
)
{
this
.
editor
.
ace
.
blur
();
}
return
this
;
},
onBeforeClose
:
function
()
{
...
...
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