Skip to content

Commit

Permalink
feat: add .diff class to top element
Browse files Browse the repository at this point in the history
  • Loading branch information
kometenstaub committed Mar 19, 2022
1 parent f6cfa93 commit c206a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/abstract_diff_view.ts
Expand Up @@ -41,6 +41,7 @@ export default abstract class DiffView extends Modal {
diffStyle: this.plugin.settings.diffStyle,
matchWordsThreshold: this.plugin.settings.matchWordsThreshold,
};
this.containerEl.addClass('diff')
// @ts-ignore
this.syncHistoryContentContainer = this.contentEl.createDiv({
cls: ['sync-history-content-container', 'diff'],
Expand Down

0 comments on commit c206a2c

Please sign in to comment.