Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FHL] Deprecate AutoFormatList experimental feature #2062

Merged
merged 4 commits into from
Sep 11, 2023

Conversation

juliaroldi
Copy link
Contributor

Deprecated the AutoFormatList experimental feature and always enable AutoFormatList feature. Also always the disable AutoBullet content edit feature.

@juliaroldi juliaroldi changed the title Deprecate AutoFormatList experimental feature [FHL] Deprecate AutoFormatList experimental feature Sep 11, 2023
@@ -144,6 +144,7 @@ export const enum ExperimentalFeatures {
TabKeyTextFeatures = 'TabKeyTextFeatures',

/**
* @deprecated This feature is always enabled
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move it up before line 139 to put this feature flag together with other deprecated ones.

true /*canUndoByBackspace*/
);
},
shouldHandleEvent: (event, editor) => {},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this can pass the build. If not, just let it return false.

@juliaroldi juliaroldi merged commit 8f99244 into master Sep 11, 2023
@juliaroldi juliaroldi deleted the u/juliaroldi/deprecate-autoformat-list branch September 11, 2023 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants