obsidian-desmos icon indicating copy to clipboard operation
obsidian-desmos copied to clipboard

Invalid bounds while bounds are correct

Open Undomeno opened this issue 10 months ago • 0 comments

Describe the bug A clear and concise description of what the bug is. Invalid bounds argument. Expected a bounds object with bounds.bottom < bounds.top, and bounds.left < bounds.right. Got {"left":-10,"right":10,"bottom":null,"top":null} Meanwhile, I set

top=20;
bottom=-10;
left=-10;
right=10;

Expected behavior A clear and concise description of what you expected to happen. The graph should render, instead it closed.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: macOS
  • Obsidian Version: 1.5.11
  • Plugin Version: 0.6.6

Additional context Add any other context about the problem here.

Undomeno avatar Apr 09 '24 04:04 Undomeno