update props on paste

This commit is contained in:
d42 2018-09-26 22:21:08 +02:00
parent 87db1c4747
commit 1039211bba

View file

@ -167,7 +167,7 @@ var initDjangoHStoreWidget = function(hstore_field_name, inline_prefix) {
});
// update textarea whenever a field changes
$hstore.delegate('.hs-val', 'keyup', function() {
$hstore.delegate('.hs-val', 'keyup propertychange', function() {
updateTextarea($hstore);
});