style: Fix trailing commas
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -247,7 +247,7 @@ export default {
|
||||
this.editor.insertAtCursor(
|
||||
asImage
|
||||
? `<a href="${this.attachmentPreview(attachment)}"><img src="${this.attachmentPreview(attachment)}" alt="${attachment.data}" /></a>`
|
||||
: `<a href="${this.attachmentPreview(attachment)}">${attachment.data}</a>`
|
||||
: `<a href="${this.attachmentPreview(attachment)}">${attachment.data}</a>`,
|
||||
)
|
||||
return
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user