mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Make sure sidebar is expanded before entering walkthrough or saving
(closes #5574)
This commit is contained in:
@@ -513,6 +513,9 @@ export function modeSave(context) {
|
||||
|
||||
|
||||
mode.enter = function() {
|
||||
// Show sidebar
|
||||
context.ui().sidebar.expand();
|
||||
|
||||
function done() {
|
||||
context.ui().sidebar.show(commit);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user