cse110-fall21-group9 / Digital-Cookbook-App

A digital cookbook app engineered by UC San Diego CSE 110 Group 9 for the Fall 2021 quarter. A desktop app that uses electron and other web technologies.
1 stars 1 forks source link

Fixed another bug #69

Closed Lord-Scrubington-II closed 2 years ago

Lord-Scrubington-II commented 2 years ago

Description: the image used for the last recipe card would be used for the next one you made if no new image was specified.

Solution: Check to see if the new recipe form was opened from the add recipe button, and if so, always use the placeholder.

Solves #68