mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
refactor: Delete React SyntheticEvent persist (#3700)
This commit is contained in:
parent
54dcb73701
commit
6b6002baae
1 changed files with 0 additions and 2 deletions
|
@ -2233,8 +2233,6 @@ class App extends React.Component<AppProps, AppState> {
|
|||
private handleCanvasPointerDown = (
|
||||
event: React.PointerEvent<HTMLCanvasElement>,
|
||||
) => {
|
||||
event.persist();
|
||||
|
||||
// remove any active selection when we start to interact with canvas
|
||||
// (mainly, we care about removing selection outside the component which
|
||||
// would prevent our copy handling otherwise)
|
||||
|
|
Loading…
Add table
Reference in a new issue