mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 17:16:26 +01:00
Add more conditions
This commit is contained in:
parent
97458b66eb
commit
04d431cf71
1 changed files with 62 additions and 57 deletions
|
@ -1320,7 +1320,12 @@ function Status({
|
|||
{StatusMenuItems}
|
||||
</ControlledMenu>
|
||||
)}
|
||||
{showActionsBar && size !== 'l' && !previewMode && !readOnly && (
|
||||
{showActionsBar &&
|
||||
size !== 'l' &&
|
||||
!previewMode &&
|
||||
!readOnly &&
|
||||
!_deleted &&
|
||||
!quoted && (
|
||||
<div
|
||||
class={`status-actions ${
|
||||
isContextMenuOpen === 'actions-bar' ? 'open' : ''
|
||||
|
|
Loading…
Reference in a new issue