sunanan
sunanan
Got it. find the bug in doCollapse function. before: > if (dataTarget.classList.contains('in')) { > hide(dataTarget, targets.evTarget); > } else { > show(dataTarget, targets.evTarget); > } after > if (!dataTarget.classList.contains('collapsing')) {...
is this issue fixed? I got the same issue in safari.
> > is this issue fixed? I got the same issue in safari. > > I tried this issue in Safari and I don't see any issue. Could you share...
https://user-images.githubusercontent.com/5479289/203903667-13c33b1c-7b38-47c6-98e4-1ef86f596138.mov
这个我来回答。 启动:是指你第一次打开这个程序,例如微信。这是需要自动切换的输入法。 激活:是指你打开的应用已经启动,当你切换到其他应用,再回到这个应用时,使用的输入法。 例如: 启动:英文;激活:英文。 当你启动例如微信,这时,输入法被切换成英文,这个很好理解。然后当你使用word,并切换输入法为中文时,又回到微信,那么微信会自动切换成英文。 如果你的设置是启动英文,激活是中文时。 那么当你启动例如微信,这时,输入法被切换成英文,这个很好理解。然后当你使用word,并切换输入法为英文时,又切换回微信,那么微信会自动切换成中文。 希望我讲清楚了,哈哈