b13 / twoclickmedia

2 stars 5 forks source link

[BUGFIX] Pass object type check result to partials that use it #6

Closed jschlier closed 2 years ago

jschlier commented 2 years ago

This resolves issue #5 by passing the result of the check that was introduced with #2 for issue #1 to the partial files that use it. Previously the value was always null resulting in errors or wrong behaviour if a FileReference object was passed.