Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1046562
D119.id273.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jun 28, 8:44 PM
Size
405 B
Mime Type
text/x-diff
Expires
Sun, Jun 29, 8:44 PM (8 h, 14 m)
Engine
blob
Format
Raw Data
Handle
676581
Attached To
D119: INP-1469 Remove event bubbling cancellation from GridItem.Click() handler
D119.id273.diff
View Options
Index: core/admin_templates/js/grid.js
===================================================================
--- core/admin_templates/js/grid.js
+++ core/admin_templates/js/grid.js
@@ -246,7 +246,6 @@
}
}
this.Grid.CheckDependencies('GridItem.Click');
- e.cancelBubble = true;
}
GridItem.prototype.cbClick = function (ev)
@@ -530,4 +529,4 @@
break;
}
}
-}
\ No newline at end of file
+}
Event Timeline
Log In to Comment