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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user