mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-28 09:10:17 +02:00
add support for templates
This commit is contained in:
@@ -934,6 +934,7 @@ export default class ContentWrap extends Component {
|
||||
<use xlinkHref="#chevron-icon" />
|
||||
</svg>
|
||||
<input
|
||||
tabIndex={this.state.isConsoleOpen ? 0 : -1}
|
||||
onKeyUp={this.evalConsoleExpr.bind(this)}
|
||||
class="console-exec-input"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user