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 => {
setContext({
...context,
view: Object.assign(context.view, view),
activeView: view.activeView || view,
activeView: view.main || view,
activeViewId: view.activeViewId
});
},
......
......@@ -210,7 +210,7 @@ const WaxOverlays = componentPlugin("waxOverlays");
const withNotes = () => {
return (
<NotesAreaContainer>
<NotesContainer>
<NotesContainer id="notes-container">
<NotesArea />
</NotesContainer>
<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