This commit is contained in:
BoHung Chiu 2022-09-05 09:29:12 +08:00
parent 6e24bfc78c
commit 9061f6ce94
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ class AsksController < ApplicationController
old_input = old_.find('input, select');
if(new_input.length != 0 && old_input.length != 0){
if(new_input.length == old_input.length){
old_.replaceAll(new_);
old_.replaceAll(new_.clone());
}
}
}