This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
btrc-hub
Watch
1
Star
0
Fork
0
Code
Issues
44
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
#89
main
みてるぞ
1 week ago
parent
73ed1e2b2a
commit
a042a24647
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
frontend/src/components/WikiBody.tsx
+ 4
- 0
frontend/src/components/WikiBody.tsx
View File
@@ -34,6 +34,10 @@ export default ({ title, body }: Props) => {
}) ()
}, [])
useEffect (() => {
setRealBody ('')
}, [body])
useEffect (() => {
if (!(body))
return
Write
Preview
Loading…
Cancel
Save