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

feat: remove span with default color when pasting (close #1036) #1037

Merged
merged 1 commit into from
Jun 9, 2020

Conversation

seonim-ryu
Copy link
Member

@seonim-ryu seonim-ryu commented Jun 9, 2020

Please check if the PR fulfills these requirements

  • It's the right issue type on the title
  • When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)
  • It does not introduce a breaking change or has a description of the breaking change

Description


Thank you for your contribution to TOAST UI product. 🎉 😘 ✨

@seonim-ryu seonim-ryu requested review from js87zz and shiren June 9, 2020 02:20
Copy link
Contributor

@js87zz js87zz left a comment

Choose a reason for hiding this comment

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

리뷰 완료입니다~! 고생하셨습니다.

@seonim-ryu seonim-ryu merged commit 739dfe4 into master Jun 9, 2020
@seonim-ryu seonim-ryu deleted the feat/remove-span-default-color branch June 10, 2020 03:25
@@ -11,6 +11,8 @@ import matches from 'tui-code-snippet/domUtil/matches';
import domUtils from './utils/dom';
import defaultSanitizer from './htmlSanitizer';

const DEFAULT_COLOR = 'rgb(34, 34, 34)';

Choose a reason for hiding this comment

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

Just curious. Why default color is rgb(34,34,34) , not rgb(0,0,0)? and can this be customized?

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