Commit a41514c1 authored by Eduardo's avatar Eduardo

Update src/annotator/sidebar.js

Co-authored-by: 's avatarRobert Knight <robertknight@gmail.com>
parent b0a50c85
...@@ -209,7 +209,7 @@ export default class Sidebar { ...@@ -209,7 +209,7 @@ export default class Sidebar {
this.guest.crossframe.on('closeSidebar', () => this.close()); this.guest.crossframe.on('closeSidebar', () => this.close());
// Sidebar listens to the `openNotebook` event coming from the sidebar's // Sidebar listens to the `openNotebook` event coming from the sidebar's
// iframe and re-publish it via the emitter to the Notebook // iframe and re-publishes it via the emitter to the Notebook
this.guest.crossframe.on('openNotebook', ( this.guest.crossframe.on('openNotebook', (
/** @type {string} */ groupId /** @type {string} */ groupId
) => { ) => {
......
Markdown is supported
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