Explorar o código

Examples: Fixed filter handling.

Mr.doob %!s(int64=5) %!d(string=hai) anos
pai
achega
f98275eab2
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      examples/index.html

+ 7 - 0
examples/index.html

@@ -329,6 +329,13 @@
 		}
 
 		filterInput.value = extractQuery();
+
+		if ( filterInput.value !== '' ) {
+
+			panel.classList.add( 'searchFocused' );
+
+		}
+
 		updateFilter();
 
 		</script>