Henry-Hong commented on code in PR #4952: URL: https://github.com/apache/zeppelin/pull/4952#discussion_r2203215281
########## zeppelin-web-angular/src/app/app.module.ts: ########## @@ -71,7 +71,8 @@ registerLocaleData(en); useValue: { defaultEditorOption: { scrollBeyondLastLine: false - }, + // TODO: Change 'as' to 'satisfies' when typescript version is over 4.9 to detect unsupported editor options at compile time. Review Comment: Let's make `ts version up` as an issue. I would do it. -- 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: reviews-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org