mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
Make all item fields (except linked fields) draggable (#3321)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
@@ -36,4 +36,8 @@ export class ViewCustomFieldsComponent {
|
||||
|
||||
field.showCount = !field.showCount;
|
||||
}
|
||||
|
||||
setTextDataOnDrag(event: DragEvent, data: string) {
|
||||
event.dataTransfer.setData("text", data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user