File tree 3 files changed +58
-148
lines changed
src/modules/scql-editor/cell
3 files changed +58
-148
lines changed Original file line number Diff line number Diff line change 24
24
"@aarkue/tiptap-math-extension" : " ^1.3.3" ,
25
25
"@antv/s2" : " ^1.52.0" ,
26
26
"@difizen/libro-jupyter" : " 0.3.4" ,
27
- "@difizen/mana-app" : " 0.1.31 " ,
28
- "@difizen/mana-l10n" : " 0.1.31 " ,
29
- "@difizen/mana-react" : " 0.1.31 " ,
27
+ "@difizen/mana-app" : " 0.1.32 " ,
28
+ "@difizen/mana-l10n" : " 0.1.32 " ,
29
+ "@difizen/mana-react" : " 0.1.32 " ,
30
30
"@kanaries/web-data-loader" : " ^0.1.7" ,
31
31
"@lumino/polling" : " ^2.1.3" ,
32
32
"@tiptap/core" : " ^2.1.11" ,
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ export class SQLCellView extends LibroExecutableCellView {
69
69
@prop ( ) editorView ?: CodeEditorView = void 0 ;
70
70
71
71
get cellModel ( ) {
72
- return this . model as SQLCellModel ;
72
+ return this . model as unknown as SQLCellModel ;
73
73
}
74
74
75
75
constructor (
You can’t perform that action at this time.
0 commit comments