Skip to content

Commit b0f4571

Browse files
committed
.
1 parent a724aae commit b0f4571

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/web/js/output-ui.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,8 +1710,6 @@
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 = [];

src/web/js/trove/dom-render.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@
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";
@@ -157,6 +157,7 @@
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

0 commit comments

Comments
 (0)