diff --git a/src/Editor/TouchEditor/VirtualKeysComp.tsx b/src/Editor/TouchEditor/VirtualKeysComp.tsx index 17aad5abe..875505b70 100644 --- a/src/Editor/TouchEditor/VirtualKeysComp.tsx +++ b/src/Editor/TouchEditor/VirtualKeysComp.tsx @@ -53,6 +53,19 @@ export class VirtualKeys extends React.Component<{}> }} intent={this.ctrlDown ? Intent.PRIMARY : Intent.NONE} >Ctrl + ); }