Skip to content

Commit e71eb3e

Browse files
committed
fix: atom with link highlight in panel
Refs: #3668 (comment)
1 parent 0734ec6 commit e71eb3e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/component/panels/MoleculesPanel/MoleculePanel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ function MoleculePanelInner(props: MoleculePanelInnerProps) {
157157
? currentDiaIDsToHighlight
158158
: assignedDiaIDsMerged
159159
}
160+
atomHighlightStrategy="prefer-editor-props"
160161
setHoverAtom={handleOnAtomHover}
161162
showAtomNumber={
162163
moleculesView?.[mol.id]?.showAtomNumber || false

0 commit comments

Comments
 (0)