mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
add tab for testing
This commit is contained in:
parent
9e1e134edf
commit
6c126d3c21
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue