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

Save canvas zoom on desktop running in electron #32

Closed
tomlyn opened this issue Apr 7, 2020 · 1 comment
Closed

Save canvas zoom on desktop running in electron #32

tomlyn opened this issue Apr 7, 2020 · 1 comment
Assignees
Labels
Canvas Enhancement New feature or request Medium

Comments

@tomlyn
Copy link
Member

tomlyn commented Apr 7, 2020

When the enableSaveZoom config parameter is set to LocalStorage common-canvas attempts to save the zoom amount for flows in LocalStore by accessing window.localStorage. This access is managed in the local-storage.js program. When common-canvas runs in an electron app it should access localStorage using window.electronUtil.localStorage.

@tomlyn tomlyn self-assigned this Apr 7, 2020
@tomlyn tomlyn added Canvas Enhancement New feature or request Medium labels Apr 7, 2020
@tomlyn
Copy link
Member Author

tomlyn commented Apr 7, 2020

Fixed

@tomlyn tomlyn closed this as completed Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Canvas Enhancement New feature or request Medium
Projects
None yet
Development

No branches or pull requests

1 participant