Fossil SCM

Add a note for a potential TODO.

stephan 2026-06-02 21:44 UTC attach-v2
Commit 4c7952086431daddf02202a6bbca5b69c2a94c78a89303307aed954efa289b70
1 file changed +5
--- src/fossil.attach.js
+++ src/fossil.attach.js
@@ -237,10 +237,15 @@
237237
const blob = new File([text], rowObj.name,
238238
{type: 'text/plain'});
239239
this.#injestBlob(rowObj, blob);
240240
});
241241
break;
242
+ }else if(0){
243
+ e.preventDefault();
244
+ const blob = undefined /* ??? */;
245
+ this.#injestBlob(rowObj, blob);
246
+ break;
242247
}
243248
}
244249
});
245250
D.append(eRow, eDropzone, eDesc);
246251
rowObj.eDropzone = eDropzone;
247252
--- src/fossil.attach.js
+++ src/fossil.attach.js
@@ -237,10 +237,15 @@
237 const blob = new File([text], rowObj.name,
238 {type: 'text/plain'});
239 this.#injestBlob(rowObj, blob);
240 });
241 break;
 
 
 
 
 
242 }
243 }
244 });
245 D.append(eRow, eDropzone, eDesc);
246 rowObj.eDropzone = eDropzone;
247
--- src/fossil.attach.js
+++ src/fossil.attach.js
@@ -237,10 +237,15 @@
237 const blob = new File([text], rowObj.name,
238 {type: 'text/plain'});
239 this.#injestBlob(rowObj, blob);
240 });
241 break;
242 }else if(0){
243 e.preventDefault();
244 const blob = undefined /* ??? */;
245 this.#injestBlob(rowObj, blob);
246 break;
247 }
248 }
249 });
250 D.append(eRow, eDropzone, eDesc);
251 rowObj.eDropzone = eDropzone;
252

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button