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

how do we get the x and y positions of a Text object using MouseUp event? #52

Closed
Calibrage opened this issue Aug 11, 2018 · 4 comments
Closed

Comments

@Calibrage
Copy link

Calibrage commented Aug 11, 2018

Version

3.2.0

Development Environment

Current Behavior

// Write example code
```key: '_onFabricMouseUp',
	        value: function _onFabricMouseUp() {
	            var cropzone = this._cropzone;
	            var listeners = this._listeners;
	            var canvas = this.getCanvas();

	            canvas.setActiveObject(cropzone);
	            canvas.off({
	                'mouse:move': listeners.mousemove,
	                'mouse:up': listeners.mouseup
	            });

## Expected Behavior
<!-- Write a description of the future action. -->
@junghwan-park
Copy link
Member

@Calibrage
MouseUp event not implemented to imageEditor's API yet.
I'll add mouseUp event listener to event API.

@stale
Copy link

stale bot commented Mar 12, 2020

This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks!

@stale stale bot added the inactive label Mar 12, 2020
@stale
Copy link

stale bot commented Mar 19, 2020

This issue will be closed due to inactivity. Thanks for your contribution!

@stale stale bot closed this as completed Mar 19, 2020
@stale
Copy link

stale bot commented Mar 26, 2020

This issue will be closed due to inactivity. Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants