We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799d919 commit c7c39beCopy full SHA for c7c39be
public/js/vvvebjs/plugin-media.js
@@ -55,7 +55,7 @@ ImageInput = { ...ImageInput, ...{
55
//Vvveb.MediaModal.mediaPath = window.mediaPath;
56
}
57
58
- Vvveb.MediaModal.open(this);
+ Vvveb.MediaModal.open(this.closest(["data-target-input"]));
59
},
60
61
init: function(data) {
0 commit comments