Skip to content

Commit

Permalink
Merge pull request #2297 from Codeinwp/fix/issue-213
Browse files Browse the repository at this point in the history
chore: disable copy/paste styles feature
  • Loading branch information
HardeepAsrani authored Aug 1, 2024
2 parents f335016 + 66650b3 commit 799efe6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/blocks/plugins/registerPlugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ import './galley-extension/index.js';
import './masonry-extension/index.js';
import './image-extension/index.js';
import './menu-icons/index.js';
import './copy-paste/index.js';

// We disable the copy-paste plugin for now.
// import './copy-paste/index.js';
import './sticky/index.js';
import './dynamic-content/index.js';
import './welcome-guide/index.js';
Expand Down

0 comments on commit 799efe6

Please sign in to comment.