Skip to content

Commit

Permalink
Fixed VvvebJs image does not change after selecting new image from me…
Browse files Browse the repository at this point in the history
…dia modal
  • Loading branch information
givanz committed Aug 6, 2024
1 parent e6dc5f8 commit 576a312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/vvvebjs/plugin-media.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ImageInput = { ...ImageInput, ...{
//Vvveb.MediaModal.mediaPath = window.mediaPath;
}

Vvveb.MediaModal.open(this.closest(["data-target-input"]));
Vvveb.MediaModal.open(this.closest("[data-target-input]"));
},

init: function(data) {
Expand Down

0 comments on commit 576a312

Please sign in to comment.