ADD: adden grid layout to entity input
This commit is contained in:
@@ -43,7 +43,7 @@ class OpenSeaMap extends Component {
|
||||
icon = createIcon(entity.Type,entity.Side)
|
||||
return (
|
||||
<Marker name={entity.Name} key={index} icon={icon} position={entity.Position} data={entity.id}
|
||||
|
||||
draggable={true}
|
||||
eventHandlers={{
|
||||
click: (e) => {
|
||||
// console.log(e.target.options.data); // will print 'FooBar' in console
|
||||
|
||||
Reference in New Issue
Block a user