Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov committed Nov 1, 2024
1 parent 0978443 commit 6752d8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/manipulations/components/SplitCompose.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@

<div>
<span>Split by</span> <input bind:value={splitString} /> <span>and replace placeholder</span>
<input bind:value={placeholder} /> <span>in pattern</span> <textarea bind:value={pattern}></textarea>
<input bind:value={placeholder} /> <span>in pattern</span>
<textarea bind:value={pattern}></textarea>
</div>

<style>
Expand Down

0 comments on commit 6752d8e

Please sign in to comment.