Skip to content

Commit

Permalink
Don't show transformation handles if readOnly or glyph locked (#1705)
Browse files Browse the repository at this point in the history
* Fix the issue with the enter key for the dialog when dragging a transformation handle
  • Loading branch information
ollimeier authored Oct 10, 2024
1 parent 2eddbeb commit eafb019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fontra/views/editor/edit-tools-pointer.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export class PointerTool extends BaseTool {
!!rotationHandle
);
delete sceneController.sceneModel.clickedTransformSelectionHandle;
initialEvent.preventDefault();
return;
}

Expand Down

0 comments on commit eafb019

Please sign in to comment.