mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
export const preventDefault = (e: React.MouseEvent) => {
|
|
e.preventDefault();
|
|
};
|