mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
79a95268b6
no issue
- added modal-post-history component and wired it up to the
lexical-editor
### <samp>🤖 Generated by Copilot at b726dd5</samp>
> _`Post history` is the key to the past_
> _Unveil the changes in a modal so vast_
> _But beware of the doom that lurks in the edits_
> _The lexical-editor is a portal to the abyss_
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
import ModalComponent from 'ghost-admin/components/modal-base';
|
|
|
|
export default ModalComponent.extend({
|
|
|
|
});
|