- refactor(ConversationCard): add event listener to close the window on Escape key press

-  refactor(ConversationCard): change style of header to allow for dragging
-  refactor(ConversationCard): change select width to auto
-  refactor(FloatingToolbar): change handle class from dragbar to draggable
-  refactor(styles.scss): add scrollbar and resizer styles to the conversation card and change select width to auto
This commit is contained in:
zouwangqiang
2023-05-12 23:14:31 +08:00
committed by josc146
parent 2ef9eb058e
commit 80c34aaad2
3 changed files with 35 additions and 7 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ function FloatingToolbar(props) {
return (
<div data-theme={config.themeMode}>
<Draggable
handle=".dragbar"
handle=".draggable"
onDrag={dragEvent.onDrag}
onStop={dragEvent.onStop}
position={virtualPosition}