Skip to content

Commit

Permalink
Dispatch event when caption and watermark text get updated
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyCupic committed Sep 25, 2023
1 parent c90dad5 commit 4fd4b83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundle/Resources/public/css/remotemedia.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/Resources/public/js/remotemedia.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions frontend/src/components/Preview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<input type="text"
:name="this.config.inputFields.caption"
v-model="selectedImage.caption"
@input="dispatchChangeEvent"
class="media-caption data"
>
</div>
Expand All @@ -76,6 +77,7 @@
<input type="text"
:name="this.config.inputFields.watermarkText"
v-model="selectedImage.watermarkText"
@input="dispatchChangeEvent"
class="media-watermarktext data"
>
</div>
Expand Down

0 comments on commit 4fd4b83

Please sign in to comment.