-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup dead feature #2416
Cleanup dead feature #2416
Conversation
Simplify interface + reduce coupling
@@ -252,7 +252,7 @@ export class StatusBar | |||
this.labelGroup.visible = false; | |||
|
|||
this.destroyFns.push( | |||
ctx.scene.attachNode(this.labelGroup, 'titles'), | |||
ctx.scene.attachNode(this.labelGroup), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was hacked in to fix https://ag-grid.atlassian.net/browse/CRT-394 - can you verify that this case still works after this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified and works as expected
Simplify interface + reduce coupling
…/cleanup-statusBar
…/cleanup-statusBar
/snapshots |
⏱️ Snapshot update job running: https://github.com/ag-grid/ag-charts/actions/runs/10790873839 |
…moses/cleanup-statusBar
/snapshots |
⏱️ Snapshot update job running: https://github.com/ag-grid/ag-charts/actions/runs/10791182887 |
Simplify interface + reduce coupling