Skip to content

Commit 72cb16f

Browse files
committed
fix(addons/InfoBox): don't open again on update
* Closes #682
1 parent 98a9c1f commit 72cb16f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/addons/InfoBox.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ export class InfoBox extends React.PureComponent {
142142
this.state[INFO_BOX].getContent()
143143
)
144144
}
145-
open(this.state[INFO_BOX], this.context[ANCHOR])
146145
}
147146

148147
componentWillUnmount() {

0 commit comments

Comments
 (0)