codepod-io / codepod

Codepod IDE: Scalable Interactive Coding
https://codepod.io
MIT License
75 stars 15 forks source link

fix: click away listener for add-node-handle's popper #433

Closed lihebi closed 1 year ago

lihebi commented 1 year ago

Two fixes:

  1. click-away (clicking on anywhere but the popper) will close the popper
  2. move the canvas will also close the popper

fix #430