File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1710
1710
// A good improvement here would be to build some kind of fallthrough mechanism when
1711
1711
// isInRendererContext being false to just use vsconstr
1712
1712
1713
-
1714
-
1715
1713
var items = runtime . ffi . toArray ( runtime . getField ( val , "args" ) ) ;
1716
1714
var currentContainer ;
1717
1715
const elements = [ ] ;
Original file line number Diff line number Diff line change 119
119
}
120
120
121
121
122
- /***** Input FROM a layout ********/
122
+ /***** Input FROM a layout. This is still experimental and so hidden behind a key-binding. ********/
123
123
124
124
125
- /*** Styling helpers. We ((should)) probably move to CSS for some of these? */
125
+ /*** Styling helpers */
126
126
127
127
function applyOverlayStyles ( overlay ) {
128
128
overlay . style . position = "fixed" ;
157
157
158
158
const INPUT_KEYBINDING = "Ctrl-Alt-I" ;
159
159
160
+ // This is the main function for input mode.
160
161
function geninput ( dataInstance , cndSpec ) {
161
162
return new Promise ( ( resolve , reject ) => {
162
163
// Create the overlay container
You can’t perform that action at this time.
0 commit comments