Skip to content

Commit 7d64253

Browse files
committed
Dismiss keyboard on drag
1 parent 7ab481c commit 7d64253

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/ViewRelated/Products/Edit Product/ProductFormViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,7 @@ private extension ProductFormViewController {
645645
tableView.delegate = self
646646
tableView.accessibilityIdentifier = "product-form"
647647
tableView.cellLayoutMarginsFollowReadableWidth = true
648+
tableView.keyboardDismissMode = .onDrag
648649

649650
tableView.backgroundColor = .listForeground(modal: false)
650651
tableView.removeLastCellSeparator()

0 commit comments

Comments
 (0)