mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-01 11:00:28 +02:00
focus last editor when saveditemspane closes
This commit is contained in:
@@ -69,6 +69,7 @@ export default class SavedItemPane extends Component {
|
||||
const item = this.props.items[selectedItemElement.dataset.itemId];
|
||||
console.log('opening', item);
|
||||
this.props.itemClickHandler(item);
|
||||
trackEvent('ui', 'openItemKeyboardShortcut');
|
||||
}
|
||||
|
||||
// Fork shortcut inside saved creations panel with Ctrl/⌘ + F
|
||||
|
Reference in New Issue
Block a user