Marker layer is not responsible for redraws
remove sluggishness when moving lines up and down
This commit is contained in:
parent
4733421aa8
commit
6c284eabab
1 changed files with 0 additions and 2 deletions
|
|
@ -30,7 +30,6 @@ var Marker = function(parentEl) {
|
|||
clazz : clazz
|
||||
};
|
||||
|
||||
this.update();
|
||||
return id;
|
||||
};
|
||||
|
||||
|
|
@ -38,7 +37,6 @@ var Marker = function(parentEl) {
|
|||
var marker = this.markers[markerId];
|
||||
if (marker) {
|
||||
delete (this.markers[markerId]);
|
||||
this.update();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue