We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67fddac + 4d99d85 commit 7a54679Copy full SHA for 7a54679
app/main/posts/modify/video.html
@@ -10,7 +10,7 @@
10
<img src="/img/vimeo.png" class="wordmark-replace">
11
<span translate="post.video.video_url"> video URL</span>
12
</p>
13
- <input type="text" ng-model="videoUrl" ng-change="constructIframe(videoUrl)" placeholder="https://youtu.be/123456">
+ <input type="text" ng-model="videoUrl" ng-blur="constructIframe(videoUrl)" placeholder="https://youtu.be/123456">
14
15
<div id="{{previewId}}" class="form-field-preview" ng-show="videoUrl">
16
<div class="video_embed-fluid">
0 commit comments