Fix notebook text field not focusing properly

This commit is contained in:
Joey Payne 2016-05-17 07:26:37 -06:00
commit 48391620c1
5 changed files with 607 additions and 14 deletions

View file

@ -86,6 +86,7 @@ class App extends React.Component {
/>
<EntrySelector
id="entry-selector"
ref="entrySelector"
className="left inline fill-height"
navigation={navigation}
{...navigationActions}