Closed patrickbrouwers closed 3 years ago
Because of the difference between imageBackend and imageBackEnd, it's currently not possible to override the imageBackend method because the empty() check returns true on undefined properties.
imageBackend
imageBackEnd
empty()
true
Done on another PR. Thank you!
Because of the difference between
imageBackend
andimageBackEnd
, it's currently not possible to override the imageBackend method because theempty()
check returnstrue
on undefined properties.