(string)
| 2 | import Attachment from "trix/models/attachment" |
| 3 | |
| 4 | export const insertString = function (string) { |
| 5 | getComposition().insertString(string) |
| 6 | render() |
| 7 | } |
| 8 | |
| 9 | export const insertText = function (text) { |
| 10 | getComposition().insertText(text) |
no test coverage detected
searching dependent graphs…