This commit is contained in:
Kashargul
2024-08-16 19:51:37 +02:00
committed by GitHub
parent 8f07f30a61
commit f25c022103
2 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -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