- Notifications
You must be signed in to change notification settings - Fork669
Closed
Milestone
Description
Bug repro step:
- Click 2-3 problem node to preview the description one by one
- Click Code Now
- It will generate all the files for the problems that have been previewed before
Root cause:
The listeners are registered every time executing preview (). They should be registered only once when this.panel has not been created.