gamebookengine icon indicating copy to clipboard operation
gamebookengine copied to clipboard

Deleting page from page list does not remove page from the list

Open amiantos opened this issue 2 years ago • 2 comments

When you're in the page list (in the game overview) and you go to a page and delete it, it doesn't remove it from the list properly, needs a delegate method or something

amiantos avatar Apr 09 '23 03:04 amiantos

Oh, this explains this:

func deletedPage(_: Page) {}

amiantos avatar Apr 10 '23 00:04 amiantos

Doesn't look like the delegate method deletedPage is actually called anywhere in the codebase, funny

amiantos avatar Apr 10 '23 00:04 amiantos