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 17101710 // A good improvement here would be to build some kind of fallthrough mechanism when
17111711 // isInRendererContext being false to just use vsconstr
17121712
1713-
1714-
17151713 var items = runtime . ffi . toArray ( runtime . getField ( val , "args" ) ) ;
17161714 var currentContainer ;
17171715 const elements = [ ] ;
Original file line number Diff line number Diff line change 119119 }
120120
121121
122- /***** Input FROM a layout ********/
122+ /***** Input FROM a layout. This is still experimental and so hidden behind a key-binding. ********/
123123
124124
125- /*** Styling helpers. We ((should)) probably move to CSS for some of these? */
125+ /*** Styling helpers */
126126
127127 function applyOverlayStyles ( overlay ) {
128128 overlay . style . position = "fixed" ;
157157
158158 const INPUT_KEYBINDING = "Ctrl-Alt-I" ;
159159
160+ // This is the main function for input mode.
160161 function geninput ( dataInstance , cndSpec ) {
161162 return new Promise ( ( resolve , reject ) => {
162163 // Create the overlay container
You can’t perform that action at this time.
0 commit comments