Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added circleResizeEnd onEdit callback no notify when dragging ended. … #558

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

KristerL
Copy link

Changed circle resize onEdit callback to have unique editType during resize. Also added onEdit callback to notify when dragging has ended. Issue this resolves: 535

…Changed editing callback for circle resize from unionGeometry to circleResize
@CLAassistant
Copy link

CLAassistant commented Apr 28, 2021

CLA assistant check
All committers have signed the CLA.

@coveralls
Copy link

coveralls commented Apr 28, 2021

Pull Request Test Coverage Report for Build 2360

  • 0 of 1 (0.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.003%) to 22.017%

Changes Missing Coverage Covered Lines Changed/Added Lines %
modules/edit-modes/src/lib/resize-circle-mode.ts 0 1 0.0%
Totals Coverage Status
Change from base Build 2340: -0.003%
Covered Lines: 1218
Relevant Lines: 5227

💛 - Coveralls

**/dist-esm/*
**/dist-es6/*
**/dist-types/*
#**/dist/*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These generated files shouldn't be checked into git. Can you revert them?

@Akiyamka Akiyamka added the feature New feature or request label Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ResizeCircleMode editType value should be distinguishable in onEdit callback
5 participants