This commit is contained in:
BoHung Chiu 2022-09-08 09:22:17 +08:00
parent 9061f6ce94
commit 16dc5ff9f2
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_.clone());
old__.clone().replaceAll(new);
}
}
}