From f4c6ce32f69e50eae4f666e5a7636df1d1e64d0b Mon Sep 17 00:00:00 2001 From: Philipp Otto Date: Thu, 29 Feb 2024 14:34:37 +0100 Subject: [PATCH 1/3] fix on-screen-keyboard showing up when moving through dataset on iOS --- .../javascripts/oxalis/view/components/input_component.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/javascripts/oxalis/view/components/input_component.tsx b/frontend/javascripts/oxalis/view/components/input_component.tsx index c3fb9767f26..c7a36d4d222 100644 --- a/frontend/javascripts/oxalis/view/components/input_component.tsx +++ b/frontend/javascripts/oxalis/view/components/input_component.tsx @@ -55,6 +55,12 @@ class InputComponent extends React.PureComponent Date: Thu, 29 Feb 2024 14:36:57 +0100 Subject: [PATCH 2/3] update changelog --- CHANGELOG.unreleased.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 75a7d7d3f8f..357b77c6d5e 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -33,6 +33,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released - Fixed a bug in ND volume annotation downloads where the additionalAxes metadata had wrong indices. [#7592](https://github.com/scalableminds/webknossos/pull/7592) - Fixed a bug in proofreading aka editable mapping annotations where splitting would sometimes give the new id to the selected segment rather than to the split-off one. [#7608](https://github.com/scalableminds/webknossos/pull/7608) - Fixed small styling errors as a follow-up to the antd v5 upgrade. [#7612](https://github.com/scalableminds/webknossos/pull/7612) +- Fixed that the iOS keyboard automatically showed up when moving through a dataset. [#7660](https://github.com/scalableminds/webknossos/pull/7660) - Fixed deprecation warnings caused by Antd \ components. [#7610](https://github.com/scalableminds/webknossos/pull/7610) - Fixed small styling error with a welcome notification for new users on webknossos.org. [#7623](https://github.com/scalableminds/webknossos/pull/7623) - Fixed that filtering by tags could produce false positives. [#7640](https://github.com/scalableminds/webknossos/pull/7640) From b1d3505fc0b3f34c7e2b04edc9168c3598137e4b Mon Sep 17 00:00:00 2001 From: Philipp Otto Date: Thu, 29 Feb 2024 16:14:13 +0100 Subject: [PATCH 3/3] fix != --- frontend/javascripts/oxalis/view/components/input_component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/javascripts/oxalis/view/components/input_component.tsx b/frontend/javascripts/oxalis/view/components/input_component.tsx index c7a36d4d222..f35e9b1d930 100644 --- a/frontend/javascripts/oxalis/view/components/input_component.tsx +++ b/frontend/javascripts/oxalis/view/components/input_component.tsx @@ -55,7 +55,7 @@ class InputComponent extends React.PureComponent