From 9064d6008b9a81ed2f9e71e1a3598b91602b7d7b Mon Sep 17 00:00:00 2001 From: ro Date: Tue, 17 Jun 2025 14:38:57 -0600 Subject: [PATCH] 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 --- public/assets/scripts/dash/app/controllers/PageEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/scripts/dash/app/controllers/PageEditor.js b/public/assets/scripts/dash/app/controllers/PageEditor.js index 5706b68..3778bdc 100644 --- a/public/assets/scripts/dash/app/controllers/PageEditor.js +++ b/public/assets/scripts/dash/app/controllers/PageEditor.js @@ -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;