Merge branch 'canary' into stable

This commit is contained in:
李华桥
2023-12-20 16:36:44 +08:00
@@ -168,14 +168,15 @@ export const pageToCommand = (
// hack: when comparing, the part between >>> and <<< will be ignored
// adding this patch so that CMDK will not complain about duplicated commands
const id =
const id = CSS.escape(
title +
(label?.subTitle || '') +
valueWrapperStart +
page.id +
'.' +
category +
valueWrapperEnd;
(label?.subTitle || '') +
valueWrapperStart +
page.id +
'.' +
category +
valueWrapperEnd
);
return {
id,