1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

ignoring image modal key sliding when modal is shown

This commit is contained in:
Fedor Katurov 2020-06-05 17:24:42 +07:00
parent e25caef8a3
commit 924b6d4285
7 changed files with 54 additions and 55 deletions

View file

@ -5,10 +5,9 @@ import { UPLOAD_TYPES } from '~/redux/uploads/constants';
import path from 'ramda/es/path';
import { getURL } from '~/utils/dom';
import { PRESETS } from '~/constants/urls';
import { INodeComponentProps } from '~/redux/node/constants';
interface IProps {
node: INode;
}
interface IProps extends INodeComponentProps {}
const NodeAudioImageBlock: FC<IProps> = ({ node }) => {
const images = useMemo(