Fix text setting in marker control (#9108)
This commit is contained in:
@@ -1862,7 +1862,7 @@ public class LExecutor{
|
||||
if(type == LMarkerControl.remove){
|
||||
state.markers.remove(exec.numi(id));
|
||||
}else{
|
||||
var marker = state.markers.get(id);
|
||||
var marker = state.markers.get(exec.numi(id));
|
||||
if(marker == null) return;
|
||||
|
||||
if(type == LMarkerControl.text){
|
||||
|
||||
Reference in New Issue
Block a user