Page MenuHomePhabricator

D4209.diff
No OneTemporary

D4209.diff

diff --git a/web/media/multimedia.react.js b/web/media/multimedia.react.js
--- a/web/media/multimedia.react.js
+++ b/web/media/multimedia.react.js
@@ -97,7 +97,8 @@
);
}
- remove: () => void = () => {
+ remove: (event: SyntheticEvent<HTMLElement>) => void = event => {
+ event.stopPropagation();
const { remove, pendingUpload } = this.props;
invariant(
remove && pendingUpload,

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 19, 3:39 PM (7 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2140350
Default Alt Text
D4209.diff (411 B)

Event Timeline