pull/7/head
zoe 7 years ago
parent f827f8d96a
commit 293423d803

@ -23,7 +23,7 @@ export class CommandComponent extends React.Component<{ commandStore?: CommandSt
}
render()
{
const commandStore = this.props.commandStore; \
const commandStore = this.props.commandStore;
return (
<div id="commands" className="win" style={this.style} >
{/* <div className="tool-caption">命令栏</div> */}

Loading…
Cancel
Save