From 82bc803bb03348aca287b6ac496ae4db8b9fed05 Mon Sep 17 00:00:00 2001 From: J Guthrie Date: Mon, 26 Nov 2018 01:43:51 +0000 Subject: [PATCH] Lower redraw threshold to 1px --- modules/ui/fields/restrictions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/fields/restrictions.js b/modules/ui/fields/restrictions.js index 591838078..4df77fe7c 100644 --- a/modules/ui/fields/restrictions.js +++ b/modules/ui/fields/restrictions.js @@ -332,7 +332,7 @@ export function uiFieldRestrictions(field, context) { document.addEventListener('resizeWindow', function () { utilSetDimensions(_container, null); - redraw(2); + redraw(1); }, false); updateHints(null);