Fix inconsistent indent of function comment

This commit is contained in:
Phillweston
2024-05-15 15:02:15 +00:00
parent f730c4150d
commit 877434dfec
2 changed files with 11 additions and 11 deletions

View File

@@ -6,8 +6,8 @@ import { useEffect } from 'react';
*/
const useAdjustStyle = () => {
/**
* 避免 callout 含有图片时溢出撑开父容器
*/
* 避免 callout 含有图片时溢出撑开父容器
*/
const adjustCalloutImg = () => {
const callOuts = document.querySelectorAll('.notion-callout-text');
callOuts.forEach((callout) => {