add fixme

This commit is contained in:
liamcottle 2024-08-04 13:56:17 +12:00
commit ec9eb0e0e1

View file

@ -1194,6 +1194,7 @@ export default {
this.loadComports();
// fixme: this is called by the micron-parser.js
window.onNodePageUrlClick = (url) => {
this.onNodePageUrlClick(url);
};