fix: copy link for discussion sidebar not working in chrome (#1079)
This commit is contained in:
committed by
GitHub
parent
4b90dcbfc3
commit
7519bbe28e
@@ -34,6 +34,7 @@ const DiscussionsSidebar = ({ intl }) => {
|
||||
src={`${discussionsUrl}?inContextSidebar`}
|
||||
className="d-flex w-100 h-100 border-0"
|
||||
title={intl.formatMessage(messages.discussionsTitle)}
|
||||
allow="clipboard-write"
|
||||
/>
|
||||
</SidebarBase>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user