@latest-thinking/lt-player 3.0.0-beta.4 → 3.0.0-beta.5
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/player.js +1 -0
- package/package.json +1 -1
package/dist/player.js
CHANGED
|
@@ -18107,6 +18107,7 @@ function fm({ module: e, titleId: t }) {
|
|
|
18107
18107
|
"aria-labelledby": t,
|
|
18108
18108
|
"aria-modal": "true",
|
|
18109
18109
|
className: "ltp-context-panel ltp-context-panel--dialog",
|
|
18110
|
+
"data-interactive": !0,
|
|
18110
18111
|
id: o,
|
|
18111
18112
|
onCancel: (t) => {
|
|
18112
18113
|
t.preventDefault(), e.close();
|