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

CanvasView: Make the canvas the main element #111

Merged
merged 3 commits into from
Jul 25, 2020
Merged

Commits on Jul 24, 2020

  1. CanvasView: Make the canvas the main element

    This removes the extra div container, and it means users can now apply
    the Layout property on the Canvas itself instead of the extra container.
    
    Signed-off-by: martinRenou <martin.renou@gmail.com>
    martinRenou committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    51e719e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. Fix mouse event coordinates

    Signed-off-by: martinRenou <martin.renou@gmail.com>
    martinRenou committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    aab083a View commit details
    Browse the repository at this point in the history
  2. Clean Notebook

    Signed-off-by: martinRenou <martin.renou@gmail.com>
    martinRenou committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    132d954 View commit details
    Browse the repository at this point in the history