mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-01 12:20:35 +08:00
fix: custom input for any element and mount query
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export function getPossibleElementByQuerySelector(queryArray) {
|
||||
if (!queryArray) return
|
||||
for (const query of queryArray) {
|
||||
if (query) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user