Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
somangoi committed Aug 22, 2023
2 parents cd2899b + f402178 commit d35a651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modules/paste.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ export default class Paste extends Module {

tempDiv.querySelectorAll('*').forEach((node ) => {
if (node instanceof HTMLElement) {
node.style.color = 'inherit';
node.style.fontFamily = 'inherit';
node.style.color = 'inherit';
node.style.fontSize = 'inherit';
node.style.backgroundColor = 'initial';
}
Expand Down

0 comments on commit d35a651

Please sign in to comment.