From 1211769e3d60ea234101144cf094fd28491c6769 Mon Sep 17 00:00:00 2001 From: Matthias Nagel Date: Mon, 17 Oct 2022 10:54:07 +0200 Subject: [PATCH] Switch to PR commit for basicModal to solve focussing problem --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 855879a0..3185d7ca 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "node": ">= 10" }, "dependencies": { - "basicmodal": "LycheeOrg/basicModal#v4.0.0", + "basicmodal": "LycheeOrg/basicModal#30e6b70", "jquery": "^3.4.0", "justified-layout": "^2.1.1", "lazysizes": "^5.3.0",