Exafunction / codeium-chrome

Free, ultrafast code autocomplete for Chrome
https://www.codeium.com/
MIT License
114 stars 19 forks source link

Fix the Monaco undefined error on some websites #50

Closed li-xin-yi closed 7 months ago

li-xin-yi commented 7 months ago

I came across this error on discuss post on leetcode.cn, it uses a monaco editor to type some text inputs for replies, for example, click the green button "reply the discussion" in this post, a monaco editor will be rendered but I can't focus or type anything. Because of the early return logic, this._codeium_monaco is not set, if the get method of monaco is called, it may throw an undefined error.

Screenshot 2024-02-11 at 2 29 17 AM