mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
handle new note button & note list
This commit is contained in:
@@ -76,7 +76,7 @@ ipc.on('open-finder', function () {
|
||||
|
||||
let el = document.getElementById('content')
|
||||
const history = syncHistoryWithStore(hashHistory, store)
|
||||
history.listen((location) => console.info(location))
|
||||
|
||||
ReactDOM.render((
|
||||
<Provider store={store}>
|
||||
<Router history={history}>
|
||||
|
||||
Reference in New Issue
Block a user