mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
Disable Private Vault Export Policy (#2064)
This commit is contained in:
@@ -5,7 +5,7 @@ let clickedEl: HTMLElement = null;
|
||||
// Find the best attribute to be used as the Name for an element in a custom field.
|
||||
function getClickedElementIdentifier() {
|
||||
if (clickedEl == null) {
|
||||
return 'Unable to identify clicked element.'
|
||||
return 'Unable to identify clicked element.';
|
||||
}
|
||||
|
||||
if (!inputTags.includes(clickedEl.nodeName.toLowerCase())) {
|
||||
|
||||
Reference in New Issue
Block a user