mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 18:25:21 -04:00
Load jquery-ui resizable from npm package
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
e17cc6440f
commit
0e7a9df97d
17 changed files with 3 additions and 17 deletions
|
@ -6,6 +6,9 @@
|
|||
import TurndownService from 'turndown'
|
||||
import CodeMirror from 'codemirror/lib/codemirror.js'
|
||||
|
||||
import 'jquery-ui/ui/widgets/resizable'
|
||||
import 'jquery-ui/themes/base/resizable.css'
|
||||
|
||||
import { saveAs } from 'file-saver'
|
||||
import randomColor from 'randomcolor'
|
||||
import store from 'store'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue