mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-07 11:51:35 +00:00
uiDisclosure now handles expanded state in localStorage
Now all the places that use a uiDisclosure won't have to do that
This commit is contained in:
@@ -269,7 +269,6 @@ export function uiCommit(context) {
|
||||
updateChangeset({ review_requested: (rr ? 'yes' : undefined) });
|
||||
|
||||
var expanded = !tagSection.selectAll('a.hide-toggle.expanded').empty();
|
||||
|
||||
tagSection
|
||||
.call(rawTagEditor
|
||||
.expanded(expanded)
|
||||
|
||||
Reference in New Issue
Block a user