style: format js code
This commit is contained in:
parent
51d4d1cc43
commit
1243bcb7c8
|
@ -56,7 +56,11 @@ window.addEventListener('DOMContentLoaded', () => {
|
||||||
KEEP.initLocalSearch()
|
KEEP.initLocalSearch()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (code_block?.tools?.enable === true || code_block?.enable === true || code_copy?.enable === true) {
|
if (
|
||||||
|
code_block?.tools?.enable === true ||
|
||||||
|
code_block?.enable === true ||
|
||||||
|
code_copy?.enable === true
|
||||||
|
) {
|
||||||
KEEP.initCodeBlockTools()
|
KEEP.initCodeBlockTools()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue