Compare commits

..

No commits in common. "3b566ff6e75ea26454bd83bf66507a336d2bbc49" and "1a5badaf48c3f636ebfd1beba0c76349f86ef03f" have entirely different histories.

View File

@ -16,6 +16,7 @@
<div class="form-field">
<label>Start from picture</label><br />
<input type="file" @change="preparePicture" />
<input type="button" value="start" @click="toggle2dDrawFromPicture()" />
</div>
</MenuRow>
</template>