mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: keyboard-zooming in wysiwyg should zoom canvas (#4676)
This commit is contained in:
parent
dcee594b66
commit
4b5270ab12
3 changed files with 46 additions and 5 deletions
|
@ -1931,7 +1931,6 @@ class App extends React.Component<AppProps, AppState> {
|
|||
|
||||
textWysiwyg({
|
||||
id: element.id,
|
||||
appState: this.state,
|
||||
canvas: this.canvas,
|
||||
getViewportCoords: (x, y) => {
|
||||
const { x: viewportX, y: viewportY } = sceneCoordsToViewportCoords(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue