mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
Fix linting errors
This commit is contained in:
@@ -15,7 +15,7 @@ export default class MathCommand extends Command {
|
||||
|
||||
// Use already set type if found and is not forced
|
||||
const type = forceOutputType ? outputType : typeAttr || outputType;
|
||||
|
||||
|
||||
mathtex = writer.createElement( 'mathtex', { equation, type, display } );
|
||||
} else {
|
||||
// Create new model element
|
||||
|
||||
Reference in New Issue
Block a user