Skip to content

Commit

Permalink
Fix #548.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonkles committed Aug 16, 2022
1 parent ee3cfd6 commit 9e25997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/behaviors/BehaviorSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ export class BehaviorSelect extends AbstractBehavior {
// No mode change event here, just manually tell the renderer to select it, for now
const renderer = context.map().renderer();
const ids = datum ? [target.name] : [];
renderer.selectFeatures(ids);
renderer.scene.selectFeatures(ids);
}
}

Expand Down

0 comments on commit 9e25997

Please sign in to comment.