From 2d7a5f9120bf7bab07b4b5f782f998d09d420f83 Mon Sep 17 00:00:00 2001 From: Euclid Ye Date: Fri, 3 Oct 2025 15:04:42 +0800 Subject: [PATCH] Pass `subtype` to "create an input source" --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a35c9cd4..e4ec00af 100644 --- a/index.html +++ b/index.html @@ -8185,7 +8185,7 @@

Input state

  • If source is undefined, set source to the result of trying to create an input source - with input state and type. + with input state, type and subtype.

  • Return success with data source.