mirror of
https://github.com/plankanban/planka.git
synced 2025-12-25 17:25:01 +03:00
Make columns itself scrollable, fix action creation when moving card, little refactoring
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { useCallback, useEffect, useRef } from 'react';
|
||||
|
||||
export default (isOpened, close) => {
|
||||
export default (close, isOpened = true) => {
|
||||
const isClosable = useRef(null);
|
||||
|
||||
const handleFieldBlur = useCallback(() => {
|
||||
|
||||
Reference in New Issue
Block a user