Fix incorrect highlight sizing

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
Mark Tolmacs
2025-08-29 19:05:08 +02:00
parent 1668a9736b
commit f3e99a96dd

View File

@@ -626,7 +626,6 @@ const drawElementHighlight = (
appState.scrollX + appState.suggestedBinding.x,
appState.scrollY + appState.suggestedBinding.y,
);
context.scale(1 / window.devicePixelRatio, 1 / window.devicePixelRatio);
const drawable = ShapeCache.generateBindableElementHighlight(
appState.suggestedBinding,