This commit is contained in:
Aakansha Doshi
2023-03-31 16:15:32 +05:30
parent bc5e5e1ef0
commit 99500fc255
3 changed files with 1 additions and 4 deletions

View File

@@ -271,7 +271,6 @@ export const textWysiwyg = ({
} else {
textElementWidth += 0.5;
}
// Make sure text editor height doesn't go beyond viewport
const editorMaxHeight =
(appState.height - viewportY) / appState.zoom.value;