mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-24 15:30:49 +01:00
added workaround for brush not found error
This commit is contained in:
@@ -233,6 +233,8 @@ Sonia.panel.SyntaxHighlighterPanel = Ext.extend(Ext.Panel, {
|
||||
console.debug('call SyntaxHighlighter.highlight()');
|
||||
}
|
||||
SyntaxHighlighter.highlight({}, this.body.el);
|
||||
// ugly workaround
|
||||
SyntaxHighlighter.vars.discoveredBrushes = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user