mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 02:25:30 +00:00
Save button
This commit is contained in:
@@ -506,6 +506,14 @@ export class MultiSelectSimple extends HTMLElement {
|
||||
this._updateRootElementStateClasses();
|
||||
}
|
||||
|
||||
captureInitialSelection() {
|
||||
this._initialValue = [...this._value];
|
||||
this._initialOrder = [...this._value];
|
||||
this._removedIds.clear();
|
||||
this._initialCaptured = true;
|
||||
this._renderSelectedItems();
|
||||
}
|
||||
|
||||
_synchronizeHiddenSelect() {
|
||||
if (!this.hiddenSelect) return;
|
||||
this.hiddenSelect.innerHTML = "";
|
||||
|
||||
Reference in New Issue
Block a user