Skip to content

Commit

Permalink
remove commented
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Jan 25, 2024
1 parent 352da91 commit 94ea142
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/searchreplace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,17 +150,6 @@ function replaceInInput(
searchReplaceResult.count.replaced += replaceCount
searchReplaceResult.replaced = true

// const nodesUnderResult = nodesUnder(
// document,
// input,
// config,
// searchReplaceResult,
// elementsChecked,
// new Set()
// )
// searchReplaceResult = nodesUnderResult.searchReplaceResult
// elementsChecked = nodesUnderResult.elementsChecked

if (config.usesKnockout && document.documentElement) {
const knockoutValueChanger = getKnockoutValueChanger(input.id, newValue)
document.documentElement.setAttribute('onreset', knockoutValueChanger)
Expand Down

0 comments on commit 94ea142

Please sign in to comment.