Skip to content

Commit 29a7bf6

Browse files
committed
fix: get DecorationManagement through minimap
1 parent 9362232 commit 29a7bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mixins/canvas-drawer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export default class CanvasDrawer {
170170
this.drawLines(firstRow, lastRow)
171171
}
172172

173-
const decorations = this.DecorationManagement.decorationsByTypeThenRows(firstRow, lastRow)
173+
const decorations = this.minimap.DecorationManagement.decorationsByTypeThenRows(firstRow, lastRow)
174174

175175
const renderData = {
176176
context: this.backLayer.context,

0 commit comments

Comments
 (0)