add tab for testing

This commit is contained in:
Ryan Di 2025-03-14 20:58:45 +11:00
parent 9e1e134edf
commit 6c126d3c21

View file

@ -4119,7 +4119,7 @@ class App extends React.Component<AppProps, AppState> {
return;
}
if (event.key === KEYS.SLASH) {
if (event.key === KEYS.SLASH || event.key === KEYS.TAB) {
if (!this.state.showShapeSwitchPanel) {
this.setState({
showShapeSwitchPanel: true,