This commit is contained in:
Ran Luo 2019-06-15 22:12:54 +08:00 committed by Felix Häusler
parent 0de196cc65
commit 165e8985b0

View File

@ -277,6 +277,8 @@
currentFile: function (value, oldValue) {
if (value && value !== oldValue) {
this.scrollToCursor(0)
// Hide float tools if needed.
this.editor && this.editor.hideAllFloatTools()
}
},
sourceCode: function (value, oldValue) {