This commit is contained in:
BoHung Chiu 2022-09-08 09:49:59 +08:00
parent 16dc5ff9f2
commit ccfd5eaa2e
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__.clone().replaceAll(new);
old_.clone().replaceAll(new_);
}
}
}