implemented highlighting of tiles on action edit
This commit is contained in:
@@ -29,6 +29,12 @@ public class SetDisplayText extends TextAction{
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String highlightId() {
|
||||
return isSet(display) ? display.id().toString() : null;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public JSONObject json() {
|
||||
JSONObject json = super.json();
|
||||
|
||||
Reference in New Issue
Block a user