Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
DEV: remove leftover comments (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZogStriP committed Jan 14, 2022
1 parent f3ab755 commit eb4d814
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -7,9 +7,6 @@ export default Component.extend({

@action
copyPlaceholder(placeholder) {
// const target = document.querySelector(`#${this.targetId}`);
// target.value = target.value + ` %%${placeholder.toUpperCase()}%%`;

this.set(
"currentValue",
this.currentValue + ` %%${placeholder.toUpperCase()}%%`
Expand Down

0 comments on commit eb4d814

Please sign in to comment.