ctl+enter試験実装
This commit is contained in:
parent
0e9347efa5
commit
4fe4eacc00
@ -52,7 +52,7 @@
|
||||
</button>
|
||||
{{/if}}
|
||||
</div>
|
||||
<textarea class="profile-jot-text" id="profile-jot-text" name="body" tabindex="2" placeholder="{{$placeholdtext}}" >{{$content}}</textarea>
|
||||
<textarea class="profile-jot-text" id="profile-jot-text" name="body" tabindex="2" placeholder="{{$placeholdtext}}" onkeydown="if(event.ctrlKey&&event.keyCode==13){document.getElementById('dbtn-submit').click();return false};" >{{$content}}</textarea>
|
||||
</div>
|
||||
{{if $attachment}}
|
||||
<div id="jot-attachment-wrap">
|
||||
|
Reference in New Issue
Block a user