File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 866866
867867 <p >{question }</p >
868868 <textarea
869- placeholder ="Type here (Question { globalIndex + 1 } ) "
869+ placeholder =" Type here"
870870 bind:value ={form1_input_arr [globalIndex ]}
871871 on:keydown ={handleKeyDown }
872872 ></textarea >
923923
924924 <p >{question }</p >
925925 <textarea
926- placeholder ="Type here (Question { globalIndex + 1 } ) "
926+ placeholder =" Type here"
927927 bind:value ={form2_input_arr [globalIndex ]}
928928 on:keydown ={handleKeyDown }
929929 ></textarea >
967967
968968 <p >{question }</p >
969969 <textarea
970- placeholder ="Type here (Question { globalIndex + 1 } ) "
970+ placeholder =" Type here"
971971 bind:value ={form3_input_arr [globalIndex ]}
972972 on:keydown ={handleKeyDown }
973973 ></textarea >
10111011
10121012 <p >{question }</p >
10131013 <textarea
1014- placeholder ="Type here (Question { globalIndex + 1 } ) "
1014+ placeholder =" Type here"
10151015 bind:value ={form4_input_arr [globalIndex ]}
10161016 on:keydown ={handleKeyDown }
10171017 ></textarea >
You can’t perform that action at this time.
0 commit comments