Skip to content

Commit 1f53523

Browse files
committed
Don't hide edit modal if focus lost (Angular only)
1 parent 9292266 commit 1f53523

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/styles/Message.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,11 @@
708708
position: relative;
709709
display: none;
710710
}
711+
712+
&--options.str-chat-angular__message-simple__actions__action--options--editing {
713+
position: relative;
714+
display: flex;
715+
}
711716
}
712717
}
713718

0 commit comments

Comments
 (0)