#293 - Updated dataloom support to 8.6.0
This commit is contained in:
@@ -174,7 +174,7 @@ export function isFileCanvas(path: string): boolean {
|
||||
}
|
||||
|
||||
export function isFileFromDataloomPlugin(path: string): boolean {
|
||||
return path.endsWith('.loom') || path.endsWith('.dashboard')
|
||||
return path.endsWith('.loom')
|
||||
}
|
||||
|
||||
export function getExtension(path: string): string {
|
||||
|
||||
Reference in New Issue
Block a user