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
I have checked that this feature has not yet been suggested by someone else.
Expected behavior
The ExplorerDropTreeItemHandler should only work on the default explorer provided by Sirius Web, but it is triggered on any custom explorer implementation.
This prevents downstream applications with a custom explorer from providing a custom IDropTreeItemHandler tailored to their domain.
Cuttings backs
Potential side effects
Implementing this will de-activate the default DnD implementation on custom explorers.
Downstream applications will need to provide their own implementation of IDropTreeItemHandler, potentially by subclassing ExplorerDropTreeItemHandler and changing the canHandle method.
The changelog should reflect this new behavior.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered:
gdaniel
added a commit
to gdaniel/sirius-web
that referenced
this issue
Dec 11, 2024
Expected behavior
The
ExplorerDropTreeItemHandler
should only work on the default explorer provided by Sirius Web, but it is triggered on any custom explorer implementation.This prevents downstream applications with a custom explorer from providing a custom
IDropTreeItemHandler
tailored to their domain.Cuttings backs
Potential side effects
Implementing this will de-activate the default DnD implementation on custom explorers.
Downstream applications will need to provide their own implementation of
IDropTreeItemHandler
, potentially by subclassingExplorerDropTreeItemHandler
and changing thecanHandle
method.The changelog should reflect this new behavior.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: