feat: Allow commenting in code (#5953)
* Allow commenting in code marks * Allow commenting in code blocks * Floating comment toolbar in code block
This commit is contained in:
@@ -129,6 +129,7 @@ const Arrow = styled(ExpandedIcon)`
|
||||
const Label = styled.span`
|
||||
font-size: 15px;
|
||||
font-weight: 500;
|
||||
color: ${s("text")};
|
||||
`;
|
||||
|
||||
export default ToolbarMenu;
|
||||
|
||||
Reference in New Issue
Block a user