Modify ↓
Opened 20 hours ago
#24667 new defect
refactor: Avoiding memory leaks and simplifying processes
| Reported by: | Owned by: | team | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
fireEditingStopped()has been directly integrated into the listener andstopCellEditing, which makes the flow clearer.
- In
getTreeCellEditorComponent, a new lambda listener was created and added each time. Now, a constant reference is used, andremoveItemListeneris called beforehand.
Attachments (1)
Note:
See TracTickets
for help on using tickets.


