Add copy code button
This commit is contained in:
parent
02e5e99cf6
commit
62f9b68a16
5 changed files with 55 additions and 0 deletions
|
@ -25,3 +25,7 @@ if (process.env.FEATURE_MATH === '1') {
|
|||
if (process.env.FEATURE_EMBEDPDF === '1') {
|
||||
import('./embedpdf')
|
||||
}
|
||||
|
||||
if (process.env.FEATURE_COPYCODEBUTTON === '1') {
|
||||
import('./copyCode')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue