fix edit message window opacity
This commit is contained in:
@@ -102,6 +102,9 @@ export default function Message(props: Props) {
|
||||
<div className="w-full flex justify-between">
|
||||
<DeleteIcon />
|
||||
<button onClick={() => setShowEdit(true)}>🖋</button>
|
||||
<CopyIcon />
|
||||
</div>
|
||||
</div>
|
||||
{showEdit && (
|
||||
<div
|
||||
className={
|
||||
@@ -129,9 +132,6 @@ export default function Message(props: Props) {
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
<CopyIcon />
|
||||
</div>
|
||||
</div>
|
||||
{showCopiedHint && <CopiedHint />}
|
||||
{chatStore.develop_mode && (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user