1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

[PM-14345] Enabling drag and drop for cipher fields (#12067)

* 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

---------

Co-authored-by: --global <>
This commit is contained in:
cd-bitwarden
2024-12-10 12:55:02 -05:00
committed by GitHub
parent 4003d30b46
commit 83dc66dd56
8 changed files with 105 additions and 30 deletions

View File

@@ -4,8 +4,8 @@
</bit-section-header>
<bit-card class="[&_bit-form-field:last-of-type]:tw-mb-0">
<bit-form-field disableReadOnlyBorder>
<bit-label>{{ "note" | i18n }}</bit-label>
<textarea readonly bitInput rows="5" aria-readonly="true">{{ notes }}</textarea>
<bit-label [appTextDrag]="notes">{{ "note" | i18n }}</bit-label>
<textarea readonly id="notes" bitInput rows="5" aria-readonly="true">{{ notes }}</textarea>
<button
bitSuffix
bitIconButton="bwi-clone"