@latest-thinking/lt-player 2.0.0-p → 2.0.0-q
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/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -19486,7 +19486,7 @@ const Sd = class Sd extends HTMLElement {
|
|
|
19486
19486
|
throw new yh("Cannot find dialog element");
|
|
19487
19487
|
this.dialogElement = e;
|
|
19488
19488
|
const A = (i = this.dialogElement) == null ? void 0 : i.querySelector("input.lt-share-input");
|
|
19489
|
-
A && (this.shareInput = A, this.shareInput.
|
|
19489
|
+
A && (this.shareInput = A, this.shareInput.readOnly = !0), this.updateShowModal();
|
|
19490
19490
|
let s = this.dialogElement.querySelector(".close-modal-js");
|
|
19491
19491
|
s == null || s.addEventListener("click", () => {
|
|
19492
19492
|
this.closeEvent();
|