Skip to content
Snippets Groups Projects
Commit 5d92cf64 authored by chris's avatar chris
Browse files

add id again

parent 23b0ab20
No related branches found
No related tags found
1 merge request!86Fixes
...@@ -19,7 +19,7 @@ export default props => { ...@@ -19,7 +19,7 @@ export default props => {
setContext({ setContext({
...context, ...context,
view: Object.assign(context.view, view), view: Object.assign(context.view, view),
activeView: view.activeView || view, activeView: view.main || view,
activeViewId: view.activeViewId activeViewId: view.activeViewId
}); });
}, },
......
...@@ -210,7 +210,7 @@ const WaxOverlays = componentPlugin("waxOverlays"); ...@@ -210,7 +210,7 @@ const WaxOverlays = componentPlugin("waxOverlays");
const withNotes = () => { const withNotes = () => {
return ( return (
<NotesAreaContainer> <NotesAreaContainer>
<NotesContainer> <NotesContainer id="notes-container">
<NotesArea /> <NotesArea />
</NotesContainer> </NotesContainer>
<CommentsContainer> <CommentsContainer>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment