mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
fix: get js-sequence-diagrams from npm, not CDN
This commit is contained in:
@@ -5,7 +5,7 @@ import CodeMirror from 'codemirror'
|
||||
import consts from 'browser/lib/consts'
|
||||
import Raphael from 'raphael'
|
||||
import flowchart from 'flowchart'
|
||||
import SequenceDiagram from 'sequence-diagram'
|
||||
import SequenceDiagram from 'js-sequence-diagrams'
|
||||
|
||||
function decodeHTMLEntities (text) {
|
||||
var entities = [
|
||||
|
||||
Reference in New Issue
Block a user