diff options
author | bobzel <zzzman@gmail.com> | 2022-03-22 11:32:58 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-03-22 11:32:58 -0400 |
commit | ac5a0f85886c4a0357d90ec494f4a44a5efdd585 (patch) | |
tree | 65a280ea8bdcb1ac779acced4c9744966248b7cc /src/client/views/nodes/MapBox/MapBox.tsx | |
parent | 810f86195188503b04d64f9d58ea4dfc3a639398 (diff) | |
parent | 16fcee6f6729a6250d8956b0bd4f4ba8fe533e7e (diff) |
Merge branch 'speedups2'
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBox.tsx')
-rw-r--r-- | src/client/views/nodes/MapBox/MapBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.tsx b/src/client/views/nodes/MapBox/MapBox.tsx index aa2130af5..59e39e051 100644 --- a/src/client/views/nodes/MapBox/MapBox.tsx +++ b/src/client/views/nodes/MapBox/MapBox.tsx @@ -594,7 +594,7 @@ export class MapBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps <Autocomplete onLoad={this.setSearchBox} onPlaceChanged={this.handlePlaceChanged}> - <input ref={this.inputRef} className="searchbox" type="text" placeholder="Search anywhere:" /> + <input className="mapBox-input" ref={this.inputRef} type="text" placeholder="Enter location" /> </Autocomplete> {this.renderMarkers()} |