Skip to content

Commit

Permalink
feat(module): add comment to copy module for revise-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
devformatters authored and Zeck Li committed Oct 28, 2020
1 parent a5b11af commit 09a8d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/clipboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class RemadeClipboard extends Clipboard {
let pasteDelta = this.convert(html)

if (reviseMode) {
// if revise-mode is enabled, then skip figure blocks when pasting
const excludedFormats = [
'audioFigure',
'divider',
Expand Down

0 comments on commit 09a8d04

Please sign in to comment.