Lower redraw threshold to 1px

This commit is contained in:
J Guthrie
2018-11-26 01:43:51 +00:00
parent 7bf4c462e8
commit 82bc803bb0

View File

@@ -332,7 +332,7 @@ export function uiFieldRestrictions(field, context) {
document.addEventListener('resizeWindow', function () {
utilSetDimensions(_container, null);
redraw(2);
redraw(1);
}, false);
updateHints(null);