Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
MitjaBezensek committed Nov 24, 2023
1 parent 7129f47 commit 2f7a84b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/CodeEditor/CodeEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export const CodeEditor = track(() => {

if (!bounds || !previewShape || !showEditor) return null

const pageCoordinates = editor.pageToScreen(bounds.point)

return (
<>
<div
Expand Down

0 comments on commit 2f7a84b

Please sign in to comment.