()
| 376 | return note.isEditing(comment.id) |
| 377 | ? { |
| 378 | get value() { |
| 379 | return note.draft() |
| 380 | }, |
| 381 | selection: formatSelectedLineLabel(comment.selection, i18n.t), |
| 382 | mention: props.mention, |
| 383 | onInput: note.setDraft, |
no outgoing calls
no test coverage detected