Prettier
This commit is contained in:
parent
2cfc14dfcb
commit
7bb0404fd7
@ -133,7 +133,7 @@ export default function Editor(props: Props): JSX.Element {
|
|||||||
const { value, selectionStart, selectionEnd } = textarea;
|
const { value, selectionStart, selectionEnd } = textarea;
|
||||||
textarea.value = insert(
|
textarea.value = insert(
|
||||||
value,
|
value,
|
||||||
"<Line name=\"speaker\">",
|
'<Line name="speaker">',
|
||||||
"</Line>\n",
|
"</Line>\n",
|
||||||
selectionStart,
|
selectionStart,
|
||||||
selectionEnd
|
selectionEnd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user