chore: load mask by pix

This commit is contained in:
jialin
2025-03-17 20:25:03 +08:00
parent 9ac679d437
commit 2287196746
10 changed files with 956 additions and 648 deletions
-1
View File
@@ -22,7 +22,6 @@ const PlaygroundEmbedding: React.FC = () => {
const handleViewCode = useCallback(() => {
ref.current?.viewCode?.();
}, [ref.current]);
const handleToggleCollapse = useCallback(() => {
ref.current?.setCollapse?.();
}, [ref.current]);