Changeset 0.28.3 (#187)
This commit is contained in:
@@ -18,6 +18,11 @@
|
||||
// The existing notes.js + PanelRegistry integration continues to
|
||||
// work on the chat surface. This component is for NEW mount points
|
||||
// (editor pane, future notes-studio layout).
|
||||
//
|
||||
// Exports: window.NoteEditor
|
||||
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
const NoteEditor = {
|
||||
...createComponentRegistry('NoteEditor'),
|
||||
@@ -433,3 +438,7 @@ const NoteEditor = {
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
// ── Exports ─────────────────────────────────
|
||||
window.NoteEditor = NoteEditor;
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user