Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Bumped editor undo states to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinansfield authored Dec 6, 2018
1 parent 8b22396 commit 02b750e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/koenig-editor/addon/components/koenig-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 02b750e

Please sign in to comment.