diff --git a/www/common/diffMarked.js b/www/common/diffMarked.js index 1433a2381..6062b1d63 100644 --- a/www/common/diffMarked.js +++ b/www/common/diffMarked.js @@ -571,6 +571,7 @@ define([ var MutationObserver = window.MutationObserver; var onPreview = function ($mt) { return function () { + if (window.event.ctrlKey) { return; } var mts = []; // Get all previewable elements from the doc $content.find('media-tag, pre[data-plugin]').each(function (i, el) {