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