mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-11 15:46:43 +01:00
2e32c7bbc3
Bind the sub-view to some data when we initialize it, rather than passing it in on render. That means the image view click handler will only ever open the blob we bound it to, even if its src attr changes for some reason, which should never happen, but if it does, it's nice to guard against opening arbitrary urls found in the dom. // FREEBIE