FIX: Copy button was displayed on quoted codeblock (#9514)

This commit is contained in:
Justin DiRose 2020-04-22 08:57:25 -05:00 committed by GitHub
parent e5c44f6dcf
commit b7dea0d5c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ export default {
}
const commands = postElements[0].querySelectorAll(
":scope > pre > code, :scope :not(article) > pre > code"
":scope > pre > code, :scope :not(article):not(blockquote) > pre > code"
);
const post = helper.getModel();