Fix viewing duplicate items does not change item pane splitter state
This commit is contained in:
parent
4c04dc583e
commit
58f5e188e3
1 changed files with 3 additions and 0 deletions
|
@ -566,6 +566,9 @@
|
|||
case "duplicates": {
|
||||
this._deck.selectedIndex = 3;
|
||||
this.removeAttribute("collapsed");
|
||||
if (this.previousElementSibling.localName === "splitter") {
|
||||
this.previousElementSibling.setAttribute("state", "open");
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue