Respect config location display options

This commit is contained in:
James Lyne 2020-12-14 00:26:29 +00:00
parent 7708175369
commit 52e8e5c6cf

View File

@ -25,8 +25,6 @@ export class CoordinatesControl extends Control {
constructor(options: CoordinatesControlOptions) {
super(options);
options.showRegion = true;
options.showChunk = true;
this._coordsContainer = DomUtil.create('span', 'value coordinates');
this._chunkContainer = DomUtil.create('span', 'value chunk');
this._regionContainer = DomUtil.create('span', 'value region');