Skip to content

Commit e883587

Browse files
committed
add note for FF52
1 parent 12b9fb0 commit e883587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resource/modules/utils/preferencesUtils.jsm

+1
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,7 @@ this.controllers = {
869869
break;
870870

871871
case 'dragover':
872+
// Change this to .includes() when removing compat for FF51-, currently uses a shim in FF52+
872873
if(e.dataTransfer.types.contains("text/plain")) {
873874
e.preventDefault();
874875
}

0 commit comments

Comments
 (0)