mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
fix: CopiedToast not visible due to CSS transform context
Use createPortal to render toast at document.body level, escaping framer-motion's transform on the tab content wrapper. Remove unused useRef import and shareToastTapCopy i18n key.
This commit is contained in:
@@ -4249,7 +4249,6 @@
|
||||
"shareModalActivateVia": "Activate via bot:",
|
||||
"shareModalActivateViaCabinet": "Or via website:",
|
||||
"copyMessage": "Copy message",
|
||||
"shareToastCopied": "Message copied",
|
||||
"shareToastTapCopy": "tap to copy again"
|
||||
"shareToastCopied": "Message copied"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user