From ae676f38d3f9f460b287f22032e6a56cdd15e774 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 13 Apr 2026 18:12:22 +0300 Subject: [PATCH] fix(options): automatic read-only size confused with OTP by KeepassXC See https://github.com/keepassxreboot/keepassxc-browser/issues/2282 --- apps/client/src/widgets/type_widgets/options/code_notes.tsx | 2 +- .../src/widgets/type_widgets/options/components/OptionsRow.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/widgets/type_widgets/options/code_notes.tsx b/apps/client/src/widgets/type_widgets/options/code_notes.tsx index 80c90ebda0..402c6da902 100644 --- a/apps/client/src/widgets/type_widgets/options/code_notes.tsx +++ b/apps/client/src/widgets/type_widgets/options/code_notes.tsx @@ -49,7 +49,7 @@ function Editor({ wordWrapping, setWordWrapping }: EditorProps) { onChange={setWordWrapping} /> - +