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

fix(editor): prevent text highlight on FF when mapping data #4347

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

mutdmour
Copy link
Contributor

No description provided.

@linear
Copy link

linear bot commented Oct 14, 2022

N8N-5026

@n8n-assistant n8n-assistant bot added n8n team Authored by the n8n team ui Enhancement in /editor-ui or /design-system labels Oct 14, 2022
@@ -89,6 +89,9 @@ export default Vue.extend({
return;
}

e.preventDefault();
e.stopPropagation();

Copy link
Contributor

Choose a reason for hiding this comment

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

I remember not having those on purpose but maybe since then the problem is solved another way

This caused some issues in JSON view but unfortunately I don't remember

Can you check is JSON view mapping is still working fine?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I tested it and it seemed fine

@mutdmour mutdmour merged commit e1e2c94 into master Oct 17, 2022
@mutdmour mutdmour deleted the n8n-5026-mapping-bug branch October 17, 2022 11:55
@n8n-assistant n8n-assistant bot added the Upcoming Release Will be part of the upcoming release label Oct 17, 2022
@janober
Copy link
Member

janober commented Oct 21, 2022

Got released with n8n@0.199.0

@janober janober removed the Upcoming Release Will be part of the upcoming release label Oct 21, 2022
valya pushed a commit to valya/n8n that referenced this pull request Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
n8n team Authored by the n8n team ui Enhancement in /editor-ui or /design-system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants