We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Unfortunately there is no way to reopen a issue, so i have to do a new one.
#370 seems not fixed to me. The commit 91a07ca is probably not working, since there is a ! to much in it.
!
Also, the warning Modify interactions needs either a either a source or features to work has a either a too much.
Modify interactions needs either a either a source or features to work
either a
Affected version(s)
11.1.0
To Reproduce Steps to reproduce the behavior:
<ol-interaction-modify>
Expected behavior
features
<ol-source-vector>
<ol-interaction-modify :features="foo">
without warnings.
The text was updated successfully, but these errors were encountered:
58b7006
No branches or pull requests
Describe the bug
Unfortunately there is no way to reopen a issue, so i have to do a new one.
#370 seems not fixed to me. The commit 91a07ca is probably not working, since there is a
!
to much in it.Also, the warning
Modify interactions needs either a either a source or features to work
has aeither a
too much.Affected version(s)
11.1.0
To Reproduce
Steps to reproduce the behavior:
<ol-interaction-modify>
in a without a `'features' key.Expected behavior
<ol-interaction-modify>
withoutfeatures
works inside a<ol-source-vector>
<ol-interaction-modify :features="foo">
works outside a<ol-source-vector>
without warnings.
The text was updated successfully, but these errors were encountered: