mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-02 11:30:22 +02:00
add templates for file mode
This commit is contained in:
@@ -151,7 +151,6 @@ export default class SavedItemPane extends Component {
|
||||
class={`saved-items-pane ${isOpen ? 'is-open' : ''}`}
|
||||
onKeyDown={this.keyDownHandler.bind(this)}
|
||||
aria-hidden={isOpen}
|
||||
tabIndex={`${isOpen ? 0 : -1}`}
|
||||
>
|
||||
<button
|
||||
onClick={this.onCloseIntent.bind(this)}
|
||||
|
Reference in New Issue
Block a user