From 1b237d2ae04f248bac92dfa88894b5ed86ae5461 Mon Sep 17 00:00:00 2001 From: Ryuuji Yoshimoto Date: Wed, 5 Aug 2026 14:55:13 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=82=B3=E3=83=BC=E3=83=89=E5=86=85?= =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=81=8B=E3=82=89=E9=A1=A7?= =?UTF-8?q?=E5=AE=A2=E5=90=8D=E3=82=92=E9=99=A4=E5=8E=BB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit index.tsxのonPressKey内コメントに特定顧客(自治体)名が残っていた。 このリポジトリはオープンソース版のため、顧客名を含まない一般的な説明に書き換える。 機能・挙動の変更はなし。 Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01TBuCdY1AzZrVnRHRXUkLyG --- src/js/view/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/view/index.tsx b/src/js/view/index.tsx index 0316de0..d4e9e6d 100644 --- a/src/js/view/index.tsx +++ b/src/js/view/index.tsx @@ -204,7 +204,7 @@ export default class Index extends React.Component { } onPressKey(word: string) { - /* 砺波こども用のためのコード */ + /* ソフトキーボード連携用のコード */ console.log("inside:" + word); let freeword = this.state.query.free || ''; if (word === '[bs]') {