We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ead6a commit 5aab81aCopy full SHA for 5aab81a
zeppelin-web-angular/src/app/pages/workspace/notebook/notebook.component.ts
@@ -163,6 +163,7 @@ export class NotebookComponent extends MessageListenersManager implements OnInit
163
}
164
const definedNote = this.note;
165
definedNote.paragraphs.splice(data.index, 0, data.paragraph);
166
+ this.cdr.detectChanges();
167
const paragraphIndex = definedNote.paragraphs.findIndex(p => p.id === data.paragraph.id);
168
169
definedNote.paragraphs[paragraphIndex].focus = true;
0 commit comments