We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb83b11 commit 8ad72f5Copy full SHA for 8ad72f5
1 file changed
src/features/QuickViewManager.js
@@ -585,7 +585,6 @@ define(function (require, exports, module) {
585
clearTimeout(popoverState.hoverTimer);
586
popoverState.hoverTimer = window.setTimeout(function () {
587
if(!mouseInPreviewContainer && !quickViewLocked){
588
- console.error("showing");
589
hidePreview();
590
popoverState = {};
591
showPreview(editor);
0 commit comments