mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
Fixes crop module bug (#1019)
* Fixes crop module bug * Fixes crop functionality * Add looks like test for crop module
This commit is contained in:
committed by
Jeffrey Warren
parent
6fa8b1b880
commit
2be7a3dca6
@@ -206,7 +206,7 @@ function DefaultHtmlStepUi(_sequencer, options) {
|
||||
$(input)
|
||||
.data('initValue', $(input).val())
|
||||
.data('hasChangedBefore', false)
|
||||
.on('input', function() {
|
||||
.on('input change' , function() {
|
||||
$(this)
|
||||
.focus()
|
||||
.data('hasChangedBefore',
|
||||
|
||||
Reference in New Issue
Block a user