File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
workspaces/ballerina/ballerina-side-panel/src/components/editors Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -636,9 +636,6 @@ export const ExpressionEditor = (props: ExpressionEditorProps) => {
636636 ariaLabel = { field . label }
637637 placeholder = { placeholder }
638638 onChange = { async ( updatedValue : string , updatedCursorPosition : number ) => {
639- if ( updatedValue === value ) {
640- return ;
641- }
642639
643640 // clear field diagnostics
644641 setFormDiagnostics ( [ ] ) ;
@@ -707,9 +704,6 @@ export const ExpressionEditor = (props: ExpressionEditorProps) => {
707704 field = { field }
708705 value = { watch ( key ) }
709706 onChange = { async ( updatedValue : string , updatedCursorPosition : number ) => {
710- if ( updatedValue === value ) {
711- return ;
712- }
713707
714708 // clear field diagnostics
715709 setFormDiagnostics ( [ ] ) ;
You can’t perform that action at this time.
0 commit comments