From 859f87aabe7090cb2e66d067c21dc57a65e971e3 Mon Sep 17 00:00:00 2001 From: cd-bitwarden <106776772+cd-bitwarden@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:30:36 -0500 Subject: [PATCH] [PM-14345] Drag and Drop in Browser - fix for strict nulls (#12337) * enabling drag and drop for cipher fields * adding drag and drop to totp and fido * removing code changes to wrong file * undoing uneeded change * Changes suggested by Shane * fixes * fixes * moving export to the correct spot * handle strict nulls * fix for dataTransfer potentially being null * removing uneeded @input tag * undoing changes * fix --------- Co-authored-by: --global <>