Skip to content

Commit

Permalink
removing change behavior, probably blur is enough in this case.
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Oct 10, 2022
1 parent ce1e3bd commit dd27f37
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ protected Panel getPanel(PrismPropertyPanelContext<ExpressionType> panelCtx) {
new ExpressionModel(panelCtx.getRealValueModel(), panelCtx.getPageBase()), 200);

conditionPanel.getEditor().add(new EmptyOnBlurAjaxFormUpdatingBehaviour());
conditionPanel.getEditor().add(new EmptyOnChangeAjaxFormUpdatingBehavior());

return conditionPanel;
}

Expand Down

0 comments on commit dd27f37

Please sign in to comment.