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
Mon, Nov 25, 1:54 AM (20 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2577978
Default Alt Text
D4209.diff (411 B)

Event Timeline