From 2eeaf5de0357b21cafa88f5a594677d475b97746 Mon Sep 17 00:00:00 2001 From: oc Date: Tue, 16 Apr 2019 23:46:42 +0800 Subject: [PATCH] __size__ -> __SIZE --- _server/editor_unsorted_1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_server/editor_unsorted_1.js b/_server/editor_unsorted_1.js index ea4bac43..0d3861d8 100644 --- a/_server/editor_unsorted_1.js +++ b/_server/editor_unsorted_1.js @@ -409,7 +409,7 @@ editor.constructor.prototype.listen=function () { var iconLib=document.getElementById('iconLib'); iconLib.onmousedown = function (e) { e.stopPropagation(); - if (!editor.isMobile && e.clientY>=((core.__size__==13?630:655) - scrollBarHeight)) return; + if (!editor.isMobile && e.clientY>=((core.__SIZE__==13?630:655) - scrollBarHeight)) return; var scrollLeft = document.documentElement.scrollLeft || document.body.scrollLeft; var scrollTop = document.documentElement.scrollTop || document.body.scrollTop; var loc = {