mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-06 05:46:26 +00:00
Flashing arrow creation on binding band
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user