Skip to content

Commit

Permalink
fix(cf): paste only the content without conditional formatting rules (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gggpound committed Mar 25, 2024
1 parent 551f2a1 commit 71b9545
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export class ConditionalFormatCopyPasteController extends Disposable {
}

if (
[PREDEFINED_HOOK_NAME.SPECIAL_PASTE_COL_WIDTH, PREDEFINED_HOOK_NAME.SPECIAL_PASTE_VALUE].includes(
![PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMAT, PREDEFINED_HOOK_NAME.DEFAULT_PASTE, PREDEFINED_HOOK_NAME.SPECIAL_PASTE_BESIDES_BORDER].includes(
copyInfo.pasteType
)
) {
Expand Down

0 comments on commit 71b9545

Please sign in to comment.