diff --git a/plugins/clipboard/plugin.js b/plugins/clipboard/plugin.js index 2e2f63dd84c..704d5cab77c 100644 --- a/plugins/clipboard/plugin.js +++ b/plugins/clipboard/plugin.js @@ -881,7 +881,7 @@ editor.fire( 'saveSnapshot' ); // Save before cut setTimeout( function() { editor.fire( 'saveSnapshot' ); // Save after cut - }, 0 ); + }, 50 ); // OSX is slow (#11416). } }