From 9029fb91baf8fb0284e1f5cbdf3715e32c42e85b Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Thu, 9 May 2024 10:29:58 +0200 Subject: [PATCH] fix: #1591 select contents in tree mode only when using the left mouse button, not the middle button or right mouse button --- HISTORY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index a28adead..99f433b5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,12 @@ https://github.com/josdejong/jsoneditor +## 2024-05-09, version 10.0.4 + +- Fix: #1591 select contents in tree mode only when using the left mouse button, + not the middle button or right mouse button. + + ## 2024-04-25, version 10.0.3 - Update dependencies `ace-builds`, `jsonrepair`, and `vanilla-picker`.