shuzijun / leetcode-editor

Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio
https://plugins.jetbrains.com/plugin/12132-leetcode-editor
Apache License 2.0
3.75k stars 402 forks source link

【bug】登录对话框无法输入 cookie #558

Closed xooooooooox closed 2 years ago

xooooooooox commented 2 years ago

Describe the bug 登录时,输入 cookie 的弹窗显示为白色,无法输入 cookie,导致无法登录 昨日还可正常使用,今日突然出现这种情况

To Reproduce CleanShot 2022-08-16 at 23 41 18@2x

确认当前网络环境正常,不然怎么提 issue 呢

Software versions(Help -> About)

昨日插件使用正常,今日不正常,期间 os 以及 idea 版本均为变更

补充

CleanShot 2022-08-16 at 23 48 41@2x
shuzijun commented 2 years ago

新版本默认浏览器登录,使用cookie登录需要在配置里开启

xooooooooox commented 2 years ago

感谢,已解决