Add CodeMirror as profile editor

Early integration with no code formatting yet, to support fitting
sidebar to editor content (profile text).
This commit is contained in:
Norbert Renner 2018-03-09 17:03:39 +01:00
parent 24d8ebebf3
commit 0c1879856c
4 changed files with 34 additions and 13 deletions

View file

@ -221,6 +221,7 @@
sidebar = BR.sidebar({
listeningTabs: {
'tab_profile': profile,
'tab_data': trackMessages
}
}).addTo(map);