mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-18 10:00:55 -04:00
fix: keep editable region as empty array There's no need to make it undefined, since editors without editable regions are initiated with [] and the editor knows that an empty array means the editable region doesn't exist.