diff --git a/tgui/packages/tgui/interfaces/PaperSheet.tsx b/tgui/packages/tgui/interfaces/PaperSheet.tsx index 5c45877c686..50dd73a88ed 100644 --- a/tgui/packages/tgui/interfaces/PaperSheet.tsx +++ b/tgui/packages/tgui/interfaces/PaperSheet.tsx @@ -390,7 +390,7 @@ export class PrimaryView extends Component { bold={useBold} height="100%" backgroundColor={paper_color} - onChange={(e, text) => { + onInput={(e, text) => { setTextAreaText(text); if (this.scrollableRef.current) {