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:
Bryan Housel
2017-11-27 17:13:57 -05:00
parent d2c70938f6
commit 34cdab9197
7 changed files with 124 additions and 142 deletions

View File

@@ -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)