Skip to content

Commit

Permalink
Merge branch 't/11416'
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Jan 16, 2014
2 parents c0df6e3 + 95fe8c0 commit 632a7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/clipboard/plugin.js
Expand Up @@ -881,7 +881,7 @@
editor.fire( 'saveSnapshot' ); // Save before cut
setTimeout( function() {
editor.fire( 'saveSnapshot' ); // Save after cut
}, 0 );
}, 50 ); // OSX is slow (#11416).
}
}

Expand Down

0 comments on commit 632a7ef

Please sign in to comment.