Forráskód Böngészése

Fix bug where we don't renew the save file link on creating a new model.

Sam Jaffe 5 éve
szülő
commit
eef444b92b

+ 1 - 0
src/main/lombok/org/leumasjaffe/recipe/controller/FileController.java

@@ -44,6 +44,7 @@ public class FileController {
 	}
 	
 	public void create() {
+		handle.clear();
 		setModel(new RecipeCard());
 	}