Skip to content

Commit 7a54679

Browse files
authored
Merge pull request #1458 from noone0212/user-enable-typing
"Enabling User to type rather than only pasting."
2 parents 67fddac + 4d99d85 commit 7a54679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main/posts/modify/video.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<img src="/img/vimeo.png" class="wordmark-replace">
1111
<span translate="post.video.video_url"> video URL</span>
1212
</p>
13-
<input type="text" ng-model="videoUrl" ng-change="constructIframe(videoUrl)" placeholder="https://youtu.be/123456">
13+
<input type="text" ng-model="videoUrl" ng-blur="constructIframe(videoUrl)" placeholder="https://youtu.be/123456">
1414

1515
<div id="{{previewId}}" class="form-field-preview" ng-show="videoUrl">
1616
<div class="video_embed-fluid">

0 commit comments

Comments
 (0)