mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
Merge pull request #1981 from MartinFournier/fix/theme-popup-deferred
Fix #1974: Change default input to deferred
This commit is contained in:
@@ -40,6 +40,7 @@ function ColorEditor({ name, onColorChange, color, defaultColor }: IColorEditorP
|
|||||||
<>
|
<>
|
||||||
<ColorPicker
|
<ColorPicker
|
||||||
hideTextfield
|
hideTextfield
|
||||||
|
deferred
|
||||||
value={color}
|
value={color}
|
||||||
onChange={(newColor: Color) => onColorChange(name, "#" + newColor.hex)}
|
onChange={(newColor: Color) => onColorChange(name, "#" + newColor.hex)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user