Skip to content

Commit

Permalink
url をダブルクォーテーションでくくる
Browse files Browse the repository at this point in the history
  • Loading branch information
goruchanchan committed Aug 22, 2024
1 parent 507edb8 commit bc7fede
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 @@ -58,7 +58,7 @@ export default class {
csrfToken: CSRF.getToken(),
placeholder: '%filenameをアップロード中...',
uploadImageTag:
'<img src=%url width="%width" height="%height" loading="lazy" decoding="async" alt="%filename">\n',
'<img src="%url" width="%width" height="%height" loading="lazy" decoding="async" alt="%filename">\n',
afterPreview: () => {
autosize.update(textarea)

Expand Down

0 comments on commit bc7fede

Please sign in to comment.