(attachments)
| 27 | } |
| 28 | |
| 29 | export const insertAttachments = function (attachments) { |
| 30 | getComposition().insertAttachments(attachments) |
| 31 | render() |
| 32 | } |
| 33 | |
| 34 | export const insertImageAttachment = function (attributes) { |
| 35 | const attachment = createImageAttachment(attributes) |
no test coverage detected
searching dependent graphs…