Remove logs

This commit is contained in:
the1812 2024-11-10 19:20:04 +08:00
parent 5ca4c8b95e
commit d90f47e5da

View File

@ -263,9 +263,8 @@ export const addMenuItem = (
if (isCascader) {
;(async () => {
const cascader = await select(() => dq(morePanel, '.bili-cascader'))
const [observer] = childList(cascader, records => {
const [observer] = childList(cascader, () => {
const cascaderOptions = dq(cascader, '.bili-cascader-options')
console.log({ cascader: cascaderOptions, records })
if (cascaderOptions === null) {
return
}