From 0140c75d06a31ee7edfe38f9df40bafc2fb1e6a2 Mon Sep 17 00:00:00 2001 From: nora Date: Wed, 25 Oct 2023 16:37:07 -0500 Subject: [PATCH] ImageZoom: fix typo (#1832) --- src/plugins/imageZoom/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/imageZoom/index.tsx b/src/plugins/imageZoom/index.tsx index 23dcddde7..08f2e29d3 100644 --- a/src/plugins/imageZoom/index.tsx +++ b/src/plugins/imageZoom/index.tsx @@ -94,7 +94,7 @@ const imageContextMenuPatch: NavContextMenuPatchCallback = children => () => { /> { settings.store.nearestNeighbour = !settings.store.nearestNeighbour;