mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Lower redraw threshold to 1px
This commit is contained in:
@@ -332,7 +332,7 @@ export function uiFieldRestrictions(field, context) {
|
||||
|
||||
document.addEventListener('resizeWindow', function () {
|
||||
utilSetDimensions(_container, null);
|
||||
redraw(2);
|
||||
redraw(1);
|
||||
}, false);
|
||||
|
||||
updateHints(null);
|
||||
|
||||
Reference in New Issue
Block a user