1
0
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:
Kushagra Gour
2019-03-15 16:30:16 +05:30
parent e39e284705
commit 6724b7c90b
6 changed files with 87 additions and 13 deletions

View File

@@ -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)}