mirror of
https://github.com/plankanban/planka.git
synced 2025-12-27 09:14:59 +03:00
4 lines
92 B
JavaScript
Executable File
4 lines
92 B
JavaScript
Executable File
export default () => {
|
|
document.dispatchEvent(new MouseEvent('click')); // FIXME: hack
|
|
};
|