near-everything / canvas

https://draw.everything.dev
The Unlicense
10 stars 4 forks source link

[BUG]: unable to edit canvas I own #36

Closed elliotBraem closed 2 months ago

elliotBraem commented 2 months ago

After recent isReadOnly merge, it seems that if the canvas has not yet been published, it will be stuck on read only mode.

Steps to reproduce

  1. Go to draw.everything.dev
  2. Login to an account that does not have a canvas, and go to your canvas page (for example, efiz.near's canvas is at draw.everything.dev/efiz.near)
  3. Try and draw something, if you are logged in and owner of the canvas, you should see the "SharePanel" in the top right
Screenshot 2024-04-22 at 3 12 49 PM

and the tools at the bottom

Screenshot 2024-04-22 at 3 11 41 PM

Currently, it appears the bug is that the SharePanel will show, but the tools will not be available, even though I am the owner of the canvas

Screenshot 2024-04-22 at 3 15 03 PM