Skip to content

Commit

Permalink
Add loadid and isfirstitem to loaditem events, fixes #1180
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Jun 23, 2022
1 parent 692bfbb commit 3c3464f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,9 @@ dwv.App = function () {
type: 'loaditem',
data: eventMetaData,
source: event.source,
loadtype: event.loadtype
loadtype: event.loadtype,
loadid: event.loadid,
isfirstitem: event.isfirstitem
});

// render if first and flag allows
Expand Down

0 comments on commit 3c3464f

Please sign in to comment.