Saturday, November 28, 2020
1 change · master
Code cleanup and technical improvements
This change removes leftover website editor code that no longer had any effect after a previous editor update. It reduces internal clutter and maintenance overhead without changing how users interact with the editor.
Original PR description
In the 12.3 editor revert, the handler for the getRecordInfo events was removed, but the code that triggered this event was forgotten and now doesn't do anything. This commit removes this dead code.