Files
Signal-Desktop/js
Lilia 42f2142e36 Fix RangeError on non-file drag/drop events (#1498)
ConversationView responds to drag/drop events by forwarding them to its file
input. The file input stops propagation and handles the event only if the data
transfer is type file. This means that any other data type (text, img, etc...)
causes an recursive loop of event propagation, eventually resulting in logging a
"RangeError: Maximum call stack size exceeded".

Fix by only forwarding files to the file input.

// FREEBIE
2017-09-22 09:44:09 -07:00
..
2017-09-14 17:04:00 -07:00
2017-09-14 16:53:45 -07:00
2017-09-15 13:22:11 -07:00
2017-09-14 16:53:45 -07:00
2017-09-14 16:53:39 -07:00
2017-09-15 13:22:11 -07:00
2017-09-14 16:53:38 -07:00
2016-09-20 13:42:33 -07:00