fix: Hide drag handles, empty captions, and selected outlines when printing (#6550)
This commit is contained in:
@@ -79,6 +79,10 @@ const Content = styled.p<{ $isSelected: boolean }>`
|
||||
color: ${s("placeholder")};
|
||||
content: attr(data-caption);
|
||||
pointer-events: none;
|
||||
|
||||
@media print {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user