@@ -706,8 +706,8 @@ $(document).ready(function() {
const exprInfo = getExprInfo(colSetting.field);
if (exprInfo) {
data[exprInfo.expr] = value;
+ bPaste = true;
}
- bPaste = true;
} catch(err) {
toastMessageUniq(hint.invalidExpr);