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

[Display Layout] Right click on item acts as sticky move #4126

Merged
merged 6 commits into from
Aug 23, 2021

Conversation

khalidadil
Copy link
Contributor

Fixes #3343

Author Checklist

Check Passed
Changes address original issue? Y
Unit tests included and/or updated with changes? Y
Command line build passes? Y
Changes have been smoke-tested? Y
Testing instructions included? Y

Testing instructions are included in #3343

@khalidadil khalidadil requested a review from davetsay August 17, 2021 22:21
@khalidadil khalidadil changed the title Bugfix/issue 3343 [Display Layout] Right click on item acts as sticky move Aug 18, 2021
@@ -33,7 +33,7 @@
<slot></slot>
<div
class="c-frame__move-bar"
@mousedown="isEditing ? startMove([1,1], [0,0], $event) : null"
@mousedown.left="isEditing ? startMove([1,1], [0,0], $event) : null"
Copy link
Contributor

@jvigliotta jvigliotta Aug 23, 2021

Choose a reason for hiding this comment

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

Know this wasn't you, but can you separate out the logic from the template.

@jvigliotta jvigliotta self-requested a review August 23, 2021 21:06
Copy link
Contributor

@jvigliotta jvigliotta left a comment

Choose a reason for hiding this comment

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

Reviewer Checklist

Check Passed
Changes appear to address issue?? Y
Appropriate unit tests included? existing
Code style and in-line documentation are appropriate? Y
Commit messages meet standards? Y
Has associated issue been labelled unverified? (if PR closes issue) Y

@jvigliotta jvigliotta merged commit f2b2953 into master Aug 23, 2021
@khalidadil khalidadil deleted the bugfix/issue-3343 branch August 25, 2021 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Display Layout] Right click on item acts as sticky move
2 participants