@codbex/harmonia 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/harmonia.js
CHANGED
|
@@ -7653,6 +7653,7 @@
|
|
|
7653
7653
|
okButton.addEventListener("click", timepicker._timepicker.close);
|
|
7654
7654
|
footer.appendChild(okButton);
|
|
7655
7655
|
el.appendChild(footer);
|
|
7656
|
+
Alpine2.initTree(footer);
|
|
7656
7657
|
let selectedHour;
|
|
7657
7658
|
let selectedMinute;
|
|
7658
7659
|
let selectedSecond;
|
|
@@ -7806,7 +7807,7 @@
|
|
|
7806
7807
|
periodList.children[p].removeEventListener("click", setPeriod);
|
|
7807
7808
|
}
|
|
7808
7809
|
});
|
|
7809
|
-
})
|
|
7810
|
+
});
|
|
7810
7811
|
}
|
|
7811
7812
|
|
|
7812
7813
|
// src/components/toolbar.js
|