Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
dc3bea87
Commit
dc3bea87
authored
Oct 24, 2017
by
Benjamin Fischer
Browse files
Codeeditor: fixed resize handling
parent
470dcb0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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