Skip to content

handle paste link event#4

Open
thesebas wants to merge 4 commits intomasterfrom
feature/handle-link-paste
Open

handle paste link event#4
thesebas wants to merge 4 commits intomasterfrom
feature/handle-link-paste

Conversation

@thesebas
Copy link
Member

No description provided.

@thesebas thesebas requested a review from Zutatensuppe April 16, 2020 14:12
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

Development

Successfully merging this pull request may close these issues.

3 participants