mirror of https://github.com/fantasticit/think.git
format: remove console
This commit is contained in:
parent
7289050350
commit
dd9d4c6da3
|
@ -32,7 +32,6 @@ export const ExcalidrawSettingModal: React.FC<IProps> = ({ editor }) => {
|
|||
);
|
||||
|
||||
const renderExcalidraw = useCallback((app) => {
|
||||
console.log('render', app);
|
||||
setTimeout(() => {
|
||||
app.refresh();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue