chore: load mask by pix
This commit is contained in:
@@ -22,7 +22,6 @@ const PlaygroundEmbedding: React.FC = () => {
|
||||
const handleViewCode = useCallback(() => {
|
||||
ref.current?.viewCode?.();
|
||||
}, [ref.current]);
|
||||
|
||||
const handleToggleCollapse = useCallback(() => {
|
||||
ref.current?.setCollapse?.();
|
||||
}, [ref.current]);
|
||||
|
||||
Reference in New Issue
Block a user