fix: fixed issue with third party editors not loading (#2174)
This commit is contained in:
@@ -147,7 +147,7 @@ describe('featuresService', () => {
|
||||
|
||||
const manager = createManager(Environment.Desktop, Platform.MacDesktop)
|
||||
expect(
|
||||
manager.areRequestedPermissionsValid(nativeComponent(FeatureIdentifier.MarkdownVisualEditor), permissions),
|
||||
manager.areRequestedPermissionsValid(nativeComponent(FeatureIdentifier.MarkdownProEditor), permissions),
|
||||
).toEqual(true)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user