feat(mobile): create from template on mobile (#9968)

This commit is contained in:
CatsJuice
2025-02-07 09:52:58 +00:00
parent 527878a55c
commit 85d916f1eb
2 changed files with 37 additions and 8 deletions

View File

@@ -236,7 +236,7 @@ export const AFFINE_FLAGS = {
displayName: 'Enable template doc',
description:
'Allow users to mark a doc as a template, and create new docs from it',
configurable: !isMobile,
configurable: true,
defaultState: isCanaryBuild,
},
// TODO(@L-Sun): remove this flag when ready