mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-29 01:30:16 +02:00
command palette ui changes
This commit is contained in:
@@ -109,7 +109,7 @@ export class CommandPalette extends Component {
|
||||
onInput={this.inputHandler.bind(this)}
|
||||
onKeyUp={this.keyDownHandler.bind(this)}
|
||||
/>
|
||||
<ul style="padding:0;list-style:none;">
|
||||
<ul class="command-palette__option-list">
|
||||
{this.state.list.map((item, index) => (
|
||||
<Row
|
||||
isSelected={this.state.selectedIndex === index}
|
||||
|
Reference in New Issue
Block a user