Also watch textareas for changes on the dashboard edit item pages

This commit is contained in:
Kevin MacMartin 2022-06-16 16:47:40 -04:00
parent 7d2e3cd782
commit f12efa7755

View file

@ -739,7 +739,7 @@ function editItemInit() {
}); });
// watch for changes to input and select element contents // watch for changes to input and select element contents
$editItem.find("input, select").on("input change", contentChanged); $editItem.find("input, textarea, select").on("input change", contentChanged);
// initialize back button // initialize back button
$backButton.on("click", function() { $backButton.on("click", function() {