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:
parent
a0734724c6
commit
9064d6008b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue