1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 14:34:02 +00:00

Merge branch 'main' into km/beeep/fido2-rust-v2

This commit is contained in:
Bernd Schoolmann
2024-12-12 02:54:30 -08:00
committed by GitHub
38 changed files with 1147 additions and 114 deletions

View File

@@ -17,6 +17,6 @@ export class TextDragDirective {
@HostListener("dragstart", ["$event"])
onDragStart(event: DragEvent) {
event.dataTransfer.setData("text", this.data);
event.dataTransfer?.setData("text", this.data);
}
}