mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Bumped editor undo states to 100
This commit is contained in:
parent
6fbe4f42d6
commit
48854e4812
@ -30,7 +30,7 @@ import {guidFor} from '@ember/object/internals';
|
||||
import {isBlank} from '@ember/utils';
|
||||
import {run} from '@ember/runloop';
|
||||
|
||||
const UNDO_DEPTH = 50;
|
||||
const UNDO_DEPTH = 100;
|
||||
|
||||
export const ADD_CARD_HOOK = 'addComponent';
|
||||
export const REMOVE_CARD_HOOK = 'removeComponent';
|
||||
|
Loading…
Reference in New Issue
Block a user