fix: checkLogin in StatusCard (#270)
This commit is contained in:
parent
c4cf3fb371
commit
18d5fd4804
4 changed files with 22 additions and 7 deletions
|
@ -18,6 +18,8 @@ const {
|
|||
} = $(useStatusActions(props))
|
||||
|
||||
const reply = () => {
|
||||
if (!checkLogin())
|
||||
return
|
||||
if (details) {
|
||||
// TODO focus to editor
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue