1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Merge branch 'develop' into dialog-a11y

This commit is contained in:
Peter Vágner
2017-12-06 11:10:18 +01:00
18 changed files with 488 additions and 52 deletions

View File

@@ -17,7 +17,7 @@ limitations under the License.
import React from 'react';
import FocusTrap from 'focus-trap-react';
import * as KeyCode from '../../../KeyCode';
import { KeyCode } from '../../../Keyboard';
import AccessibleButton from '../elements/AccessibleButton';
import sdk from '../../../index';