Skip to content

Commit

Permalink
fix: fix onDidChangeDecorationRange
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 16, 2021
1 parent 9ee03c6 commit b331f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/minimap-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ class MinimapElement {
this.requestUpdate()
}),

this.minimap.onDidChangeDecorationRange((change) => {
this.DecorationManagement.onDidChangeDecorationRange((change) => {
const { type } = change
if (type === 'line' ||
type === 'highlight-under' ||
Expand Down

0 comments on commit b331f08

Please sign in to comment.