mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +01:00
Make edited modal lighter
This commit is contained in:
parent
a9c3c6fdb4
commit
38ee094405
1 changed files with 1 additions and 0 deletions
|
@ -1586,6 +1586,7 @@ function Status({
|
|||
</div>
|
||||
{!!showEdited && (
|
||||
<Modal
|
||||
class="light"
|
||||
onClick={(e) => {
|
||||
if (e.target === e.currentTarget) {
|
||||
setShowEdited(false);
|
||||
|
|
Loading…
Reference in a new issue