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

handle paste link event #4

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

Conversation

thesebas
Copy link
Member

No description provided.

Copy link

@Zutatensuppe Zutatensuppe left a comment

Choose a reason for hiding this comment

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

formatting nit, otherwise lgtm ^^

Comment on lines +211 to +215
if(event.detail){
this.data = this.pasteHandler(event.detail.data);
}else{
this.pasteLinkHandler(event)
}

Choose a reason for hiding this comment

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

Suggested change
if(event.detail){
this.data = this.pasteHandler(event.detail.data);
}else{
this.pasteLinkHandler(event)
}
if (event.detail) {
this.data = this.pasteHandler(event.detail.data);
} else {
this.pasteLinkHandler(event);
}

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