fix interaction between quick-reply and upload-selecton
This commit is contained in:
@@ -250,7 +250,7 @@
|
||||
}
|
||||
|
||||
// Remove upload selection
|
||||
if ($(this).is('#upload_selection')) {
|
||||
if ($td.is('#upload_selection')) {
|
||||
$(this).remove();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user