mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
.
This commit is contained in:
@@ -247,9 +247,9 @@ export class TguiSay extends Component<{}, State> {
|
||||
case KEY.PageUp:
|
||||
case KEY.PageDown:
|
||||
// Allow moving between lines if there are newlines
|
||||
if (currentValue?.includes('\n')) {
|
||||
/* if (currentValue?.includes('\n')) {
|
||||
break;
|
||||
}
|
||||
} */
|
||||
event.preventDefault();
|
||||
this.handleArrowKeys(event.key);
|
||||
break;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user