We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41fa36 commit 7e8fc11Copy full SHA for 7e8fc11
lib/minimap-find-and-replace-binding.js
@@ -68,7 +68,8 @@ class MinimapFindAndReplaceBinding {
68
69
discoverMarkers () {
70
setImmediate(() => {
71
- for (const marker of this.layer.getMarkers()) {
+ const markers = this.layer.getMarkers()
72
+ for (const marker of markers) {
73
this.createDecoration(marker)
74
}
75
})
0 commit comments