mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
c;eanup
This commit is contained in:
parent
1c92f9a3b8
commit
12e366fce9
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ interface IProps {
|
||||||
const getX = event => (event.touches ? event.touches[0].clientX : event.clientX);
|
const getX = event => (event.touches ? event.touches[0].clientX : event.clientX);
|
||||||
|
|
||||||
const NodeImageSlideBlock: FC<IProps> = ({ node, is_loading, updateLayout }) => {
|
const NodeImageSlideBlock: FC<IProps> = ({ node, is_loading, updateLayout }) => {
|
||||||
// const [is_animated, setIsAnimated] = useState(false);
|
|
||||||
const [current, setCurrent] = useState(0);
|
const [current, setCurrent] = useState(0);
|
||||||
const [height, setHeight] = useState(320);
|
const [height, setHeight] = useState(320);
|
||||||
const [max_height, setMaxHeight] = useState(960);
|
const [max_height, setMaxHeight] = useState(960);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue