grcenneat commented on code in PR #5079: URL: https://github.com/apache/zeppelin/pull/5079#discussion_r2376188426
########## zeppelin-web-angular/src/app/pages/workspace/notebook/paragraph/code-editor/code-editor.component.ts: ########## @@ -59,6 +59,7 @@ export class NotebookParagraphCodeEditorComponent implements OnChanges, OnDestro @Output() readonly toggleEditorShow = new EventEmitter<void>(); private editor?: IStandaloneCodeEditor; private monacoDisposables: IDisposable[] = []; + private highlightDecorations: string[] = []; Review Comment: Thanks for suggestion! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
