Fix Gridstack DD import (#15573)

* Gridstack dd native import fix

* Add gridstack package to remote

* Include gridstack to workbench.html and workbench-dev.html
This commit is contained in:
Daniel Grajeda
2021-05-27 14:14:32 -07:00
committed by GitHub
parent aef6511ba6
commit bf21db99c4
8 changed files with 17 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ import { NotebookViewsCardComponent } from 'sql/workbench/contrib/notebook/brows
import { ICellModel } from 'sql/workbench/services/notebook/browser/models/modelInterfaces';
import { NotebookModel } from 'sql/workbench/services/notebook/browser/models/notebookModel';
import { GridStack, GridStackEvent, GridStackNode } from 'gridstack';
import 'gridstack/dist/h5/gridstack-dd-native';
import { localize } from 'vs/nls';
import { NotebookViewsExtension } from 'sql/workbench/services/notebook/browser/notebookViews/notebookViewsExtension';
import { CellChangeEvent, INotebookViewCell } from 'sql/workbench/services/notebook/browser/notebookViews/notebookViews';