You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* upstream/develop:
Ticket OscarGodson#96 - Make hash links scroll the iframe, not open a new browser window
Ticket OscarGodson#6 - Shitty patch for Safari fullscreen. Using faux fullscreen until Safari gets fixed
Prevent loading the editor when it's already loaded
Typo in comment
Ticket OscarGodson#161 - Remember the edit or preview state on unloading so when you load again its where you left it. Also added a guard for calling load when its already loaded to save on memory and changed all _eeState checks internally to use is() instead
Ticket OscarGodson#88 - Added public is() method to check the state of EE. Added docs and tests and changed eeState to _eeState
Conflicts:
epiceditor/js/epiceditor.js
epiceditor/js/epiceditor.min.js
src/editor.js
Right now
eeState
is on the prototype and it keeps track of state in an object like:This could actually be extremely useful for a developer. It works fine as AFAIK.
The public facing API could be something simple like:
The text was updated successfully, but these errors were encountered: