mirror of https://github.com/buster-so/buster.git
Update ExportToolbarButton.tsx
This commit is contained in:
parent
b166f525a2
commit
f00150c585
|
@ -59,6 +59,8 @@ export function ExportToolbarButton({ children, ...props }: DropdownMenuProps) {
|
|||
`${elementStyle}; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important`
|
||||
);
|
||||
});
|
||||
} else {
|
||||
throw new Error('Editor element not found');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue