gkomlossi commented on code in PR #27745:
URL: https://github.com/apache/flink/pull/27745#discussion_r3542462381
##########
flink-runtime-web/web-dashboard/src/app/pages/task-manager/thread-dump/task-manager-thread-dump.component.ts:
##########
@@ -89,8 +89,8 @@ export class TaskManagerThreadDumpComponent implements
OnInit, OnDestroy {
}
if (results.length > 0) {
editor.setSelection(results[0].range);
- editor.getAction('actions.find').run();
Review Comment:
I've made some research and it seems this was introduced in version 0.35.0.
There were no other API break I discovered.
--
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]