We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5665746 commit 71ce398Copy full SHA for 71ce398
src/Map/assets/dist/abstract_map_controller.js
@@ -74,7 +74,7 @@ class default_1 extends Controller {
74
return ({ definition }) => {
75
this.dispatchEvent(eventBefore, { definition });
76
const drawing = factory({ definition });
77
- this.dispatchEvent(eventAfter, { [type]: drawing });
+ this.dispatchEvent(eventAfter, { [type]: drawing, definition: definition });
78
draws.set(definition['@id'], drawing);
79
return drawing;
80
};
0 commit comments