Skip to content

Commit

Permalink
👮
Browse files Browse the repository at this point in the history
  • Loading branch information
machida committed Apr 18, 2024
1 parent a12fd77 commit f0c1169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/textarea-initializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class {
responseKey: 'url',
csrfToken: CSRF.getToken(),
placeholder: '%filenameをアップロード中...',
//uploadImageTag:
// uploadImageTag:
// '<img src=%url width="100" height="100" loading="lazy" decoding="async" alt="%filename">\n',
afterPreview: () => {
autosize.update(textarea)
Expand Down

0 comments on commit f0c1169

Please sign in to comment.