Add sidebar expand button, refresh CodeMirror on expand (scrollbar)
This commit is contained in:
parent
77cf43c7ef
commit
093db8bfe2
4 changed files with 18 additions and 3 deletions
|
|
@ -56,6 +56,10 @@ BR.Profile = L.Evented.extend({
|
|||
this.editor.refresh();
|
||||
},
|
||||
|
||||
onResize: function() {
|
||||
this.editor.refresh();
|
||||
},
|
||||
|
||||
_upload: function(evt) {
|
||||
var button = evt.target || evt.srcElement,
|
||||
profile = this.editor.getValue();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue