oolib 2.101.4 → 2.101.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.
|
@@ -28,6 +28,7 @@ var VideoActionMenu = function (_a) {
|
|
|
28
28
|
id: "".concat(id, "_uploadNewVideo"),
|
|
29
29
|
display: "Upload New Video",
|
|
30
30
|
onClick: function () {
|
|
31
|
+
onChange(undefined);
|
|
31
32
|
inputRef.current.click(); // Trigger file explorer popup
|
|
32
33
|
},
|
|
33
34
|
}
|
|
@@ -35,6 +36,7 @@ var VideoActionMenu = function (_a) {
|
|
|
35
36
|
id: "".concat(id, "_replaceUrl"),
|
|
36
37
|
display: "Replace URL",
|
|
37
38
|
onClick: function (e) {
|
|
39
|
+
onChange(undefined);
|
|
38
40
|
setShowEmbedLinkModal(true);
|
|
39
41
|
},
|
|
40
42
|
},
|