mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 17:23:21 +03:00
Make columns itself scrollable, fix action creation when moving card, little refactoring
This commit is contained in:
@@ -71,8 +71,8 @@ const Add = React.forwardRef(({ children, onCreate }, ref) => {
|
||||
);
|
||||
|
||||
const [handleFieldBlur, handleControlMouseOver, handleControlMouseOut] = useClosableForm(
|
||||
isOpened,
|
||||
close,
|
||||
isOpened,
|
||||
);
|
||||
|
||||
const handleSubmit = useCallback(() => {
|
||||
|
||||
Reference in New Issue
Block a user