mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-06 00:49:14 +07:00
Fixed #9156
This commit is contained in:
parent
0a84482f91
commit
74844a6fa9
@ -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 -> {
|
||||
|
Loading…
Reference in New Issue
Block a user