Skip to content

Commit 44d821c

Browse files
committed
remove unnecessary space
1 parent 6c2a624 commit 44d821c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/docs/reference-events.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: docs
66
category: Reference
77
---
88

9-
このリファレンスガイドでは、React の イベントシステムの一部を構成する `SyntheticEvent`(合成イベント)ラッパについて説明します。詳細については、[イベント処理](/docs/handling-events.html)ガイドを参照してください。
9+
このリファレンスガイドでは、React のイベントシステムの一部を構成する `SyntheticEvent`(合成イベント)ラッパについて説明します。詳細については、[イベント処理](/docs/handling-events.html)ガイドを参照してください。
1010

1111
## 概要
1212

@@ -59,12 +59,10 @@ function onClick(event) {
5959
}
6060
```
6161

62-
6362
> 補足
6463
>
6564
> 非同期処理でイベントのプロパティにアクセスしたい場合は、`event.persist()` をイベント内で呼び出す必要があります。これにより、プールから合成イベントが削除され、イベントへの参照をコードで保持できるようになります。
6665
67-
6866
## サポートするイベント
6967

7068
React はイベントを正規化して、異なるブラウザ間で一貫したプロパティが保持されるようにしています。
@@ -88,7 +86,6 @@ React はイベントを正規化して、異なるブラウザ間で一貫し
8886
- [遷移イベント](#transition-events)
8987
- [その他のイベント](#other-events)
9088

91-
9289
* * *
9390

9491
## リファレンス

0 commit comments

Comments
 (0)