获得徽章 0
## jj唤起搜索框bug
## 现象: 搜索框没有样式,显示在页面最下面了
## 复现步骤
- jj唤起百度搜索,随便搜一下
- 在结果页面再手动点一下百度的搜索“百度一下”
- 再尝试 jj 唤起搜索失败
## 环境 mac10.15, chrome122, 掘金插件0.9.1
展开
_大贝壳于2024-03-26 13:28发布的图片
评论
jym,问个事件循环的问题,具体点是 promise 的问题

为哈 a1 在 b3 后面

function runCode() {
Promise.resolve()
.then(res => Promise.resolve())
.then(res => console.log('a1'))
.then(res => console.log('a2'))

Promise.resolve()
.then(res => console.log('b1'))
.then(res => console.log('b2'))
.then(res => console.log('b3'))
.then(res => console.log('b4'))
.then(res => console.log('b5'))
.then(res => console.log('b6'))
}
runCode()
展开
14
关注了
前端周公子
VIP.4 融会贯通
关注了
isboyjc
VIP.4 融会贯通
问题:chrome插件开启的情况下,不显示书签栏。
chrome设置不显示书签栏的时候,网站不显示,新标签页中会显示书签栏,这个体验很好,但是开着掘金插件,新标签页中页不显示书签栏了。。。
评论
下一页