Make sure sidebar is expanded before entering walkthrough or saving

(closes #5574)
This commit is contained in:
Bryan Housel
2018-12-08 10:03:43 -05:00
parent 49c53088c0
commit cbcafaee15
2 changed files with 8 additions and 2 deletions
+3
View File
@@ -513,6 +513,9 @@ export function modeSave(context) {
mode.enter = function() {
// Show sidebar
context.ui().sidebar.expand();
function done() {
context.ui().sidebar.show(commit);
}