quick refactor note for page editor

the front js class for controlling the page editor is getting heavy, so
a quick note was added to refactor in the near future
This commit is contained in:
RXP 2025-06-17 14:38:57 -06:00
parent a0734724c6
commit 9064d6008b
Signed by: ro
GPG key ID: 85BF909846273553

View file

@ -16,7 +16,7 @@ export default class PostEditor {
//--------------------------
// constructor
//--------------------------
//RECTOR: This file is getting too big and needs to be rethought out
//REFACTOR: This file is getting too big and needs to be rethought out
constructor() {
this.processing = false;
this.textSelected = false;