feat(a11y): add aria live message on move by keyboard

This commit is contained in:
moklick
2022-08-16 18:21:20 +02:00
parent ee5352df8f
commit d2d4b76e65
8 changed files with 43 additions and 17 deletions
+2
View File
@@ -48,6 +48,8 @@ const initialState: ReactFlowStore = {
connectionStartHandle: null,
connectOnClick: true,
ariaLiveMessage: '',
};
export default initialState;