소스 검색

Placeholder: Add user-select: none (#23075)

WestLangley 3 년 전
부모
커밋
52c91bae2f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      examples/index.html

+ 1 - 0
examples/index.html

@@ -415,6 +415,7 @@
 							display: flex;
 							align-items: center;
 							justify-content: center;
+							user-select: none;
 						}
 						</style>
 					</head>