You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rsimon I checked the code . If we add 'this.relationsLayer.readOnly = readOnly;' i see that it works as expected. but the documention says we should do that only from set mode.
set readOnly(readOnly) {
this.selectionHandler.readOnly = readOnly;
this.relationsLayer.readOnly = readOnly;
// Note: relationsHandler.readOnly should be set by setMode.
this.setState({ readOnly });
}
Does it mean we should set Mode as Relations if readonly is set as false ?
Not covered by PR #54 yet.
The text was updated successfully, but these errors were encountered: