SchweizerischeBundesbahnen / scion-workbench

SCION Workbench enables the creation of Angular web applications that require a flexible layout to arrange content side-by-side or stacked, all personalizable by the user via drag & drop.
Eclipse Public License 2.0
77 stars 10 forks source link

fix(workbench): render tab content when dragging view quickly into the window #541

Closed danielwiehl closed 4 months ago

danielwiehl commented 4 months ago

The drag image is constructed outside the Angular zone. Without manually detecting the drag image for changes, the tab content would not render before the next Angular app tick.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

Does this PR introduce a breaking change?

Other information