We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5a323 commit c8a2bacCopy full SHA for c8a2bac
browser/main/Detail/InfoPanel.js
@@ -60,7 +60,7 @@ class InfoPanel extends React.Component {
60
</div>
61
62
<div>
63
- <input styleName='infoPanel-noteLink' ref='noteLink' value={noteLink} onClick={(e) => { e.target.select() }} />
+ <input styleName='infoPanel-noteLink' ref='noteLink' defaultValue={noteLink} onClick={(e) => { e.target.select() }} />
64
<button onClick={() => this.copyNoteLink()} styleName='infoPanel-copyButton'>
65
<i className='fa fa-clipboard' />
66
</button>
0 commit comments