Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add_items helper not available on AccompanyingCanvas #199

Closed
markpbaggett opened this issue Sep 10, 2024 · 1 comment
Closed

add_items helper not available on AccompanyingCanvas #199

markpbaggett opened this issue Sep 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@markpbaggett
Copy link
Contributor

While working on a solution for recipe_0014, I noticed that the add_item() helper is not available on AccompanyingCanvas. If you wanted to use the AccompanyingCanvas class and not just Canvas, it would be useful to have add_item() available here.

Expected behaviour:

add_item() is available to AccompanyingCanvas

Observed behaviour:

An exception is thrown when add_item() is used here.

Potential bug location(s):

from ..skeleton import (AnnotationPage, Canvas, Collection, Manifest, Range,

@glenrobson
Copy link
Contributor

Done in #200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants