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
Drag n Drop into an empty ListView generates dnd.drop.items.drop event with next information in second argument of typeojListView.ItemsDropContext
dnd.drop.items.drop
ojListView.ItemsDropContext
position: undefined
undefined
But it is not documented and TypeScript types are describing position as not undefined.
position
It is not expected behavior since position type is not undefined.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Drag n Drop into an empty ListView generates
dnd.drop.items.drop
event with next information in second argument of typeojListView.ItemsDropContext
position:
undefined
But it is not documented and TypeScript types are describing
position
as not undefined.It is not expected behavior since position type is not undefined.
The text was updated successfully, but these errors were encountered: