Work in progress

This commit is contained in:
Thomas Nordquist
2019-01-08 23:58:24 +01:00
parent b44f352804
commit 269061bdc8
5 changed files with 53 additions and 31 deletions

View File

@@ -118,9 +118,7 @@ class Settings extends React.Component<Props, {}> {
<Select
value={nodeOrder}
onChange={ (e: React.ChangeEvent<HTMLSelectElement>) => {
window.requestAnimationFrame(() => {
actions.setNodeOrder(e.target.value)
})
actions.setNodeOrder(e.target.value)
}}
input={<Input name="node-order" id="node-order-label-placeholder" />}
displayEmpty={true}