update props on paste

master
d42 2018-09-26 22:21:08 +02:00
parent 87db1c4747
commit 1039211bba
1 changed files with 1 additions and 1 deletions

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);
});