mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-15 07:47:58 -04:00
Flashing arrow creation on binding band
This commit is contained in:
parent
4b3eef6099
commit
81e4381d22
@ -5876,6 +5876,8 @@ class App extends React.Component<AppProps, AppState> {
|
||||
scrollY: zoomState.scrollY + 2 * (deltaY / nextZoom),
|
||||
shouldCacheIgnoreZoom: true,
|
||||
});
|
||||
|
||||
return null;
|
||||
});
|
||||
this.resetShouldCacheIgnoreZoomDebounced();
|
||||
} else {
|
||||
@ -8139,7 +8141,7 @@ class App extends React.Component<AppProps, AppState> {
|
||||
...prevState,
|
||||
newElement: element,
|
||||
startBoundElement: boundElement,
|
||||
suggestedBindings: [],
|
||||
suggestedBindings: boundElement ? [boundElement] : [],
|
||||
selectedElementIds: nextSelectedElementIds,
|
||||
selectedLinearElement: linearElementEditor,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user