Bumped editor undo states to 100

This commit is contained in:
Kevin Ansfield 2018-12-06 10:08:49 +00:00 committed by GitHub
parent 6fbe4f42d6
commit 48854e4812

View File

@ -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';