mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Query now searches for exactly matching text
This commit is contained in:
parent
ccb0a08a9b
commit
823c0b0790
|
@ -23,7 +23,7 @@ function getOS() {
|
|||
}
|
||||
|
||||
function activateTab(tabName) {
|
||||
// Find all label elements containing the specified tab name
|
||||
// Find all label elements with the specified tab name
|
||||
const labels = document.querySelectorAll(".tab-label");
|
||||
|
||||
labels.forEach((label) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user