Merge pull request #16454 from ramonlsouza/issue-16356
fix(tldraw): cannot select multiple objects
This commit is contained in:
commit
6587e24af8
@ -65,6 +65,10 @@ const TldrawGlobalStyle = createGlobalStyle`
|
||||
#TD-PrimaryTools-Image {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#slide-background-shape div {
|
||||
pointer-events: none;
|
||||
}
|
||||
`;
|
||||
|
||||
export default function Whiteboard(props) {
|
||||
|
Loading…
Reference in New Issue
Block a user