removed stub after branch mismatch

This commit is contained in:
Ali Gator 2022-12-12 09:11:19 +01:00
parent 1c96adc239
commit db5a38e04b
1 changed files with 0 additions and 5 deletions

View File

@ -13,11 +13,6 @@
<label>Start from last result</label>
<input type="button" value="start" @click="toggleDraw2dLast()" />
</div>
<div class="form-field">
<label>Start from picture</label><br />
<input type="file" @change="previewFile" />
<input type="button" value="start" @click="toggleDraw2dLast()" />
</div>
</MenuRow>
</template>