This commit is contained in:
Anuken 2023-10-13 02:15:05 -04:00
parent 0a84482f91
commit 74844a6fa9

View File

@ -105,8 +105,9 @@ public class MessageBlock extends Block{
public void buildConfiguration(Table table){
table.button(Icon.pencil, Styles.cleari, () -> {
if(mobile){
var contents = this.message.toString();
Core.input.getTextInput(new TextInput(){{
text = message.toString();
text = contents;
multiline = true;
maxLength = maxTextLength;
accepted = str -> {