We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab481c commit 7d64253Copy full SHA for 7d64253
WooCommerce/Classes/ViewRelated/Products/Edit Product/ProductFormViewController.swift
@@ -645,6 +645,7 @@ private extension ProductFormViewController {
645
tableView.delegate = self
646
tableView.accessibilityIdentifier = "product-form"
647
tableView.cellLayoutMarginsFollowReadableWidth = true
648
+ tableView.keyboardDismissMode = .onDrag
649
650
tableView.backgroundColor = .listForeground(modal: false)
651
tableView.removeLastCellSeparator()
0 commit comments