stricklandrbls commented on code in PR #1647:
URL: https://github.com/apache/daffodil-vscode/pull/1647#discussion_r3237991776


##########
src/svelte/src/components/Header/fieldsets/SearchReplace.svelte:
##########
@@ -403,7 +388,7 @@ limitations under the License.
           <Button
             fn={replace}
             description="Replace the current match"
-            disabledBy={!replaceable || replaceErrDisplay}
+            isDisabled={!replaceable || replaceErrDisplay}
           >

Review Comment:
   I don't think this is the case. I haven't seen the replace button stuck in 
am enabled state. I will test it out.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to