You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After importing, saving and loading the saved file I switched to tab SR and then to Recent and i get the following error
Internal JavaScript Error
Well, this is embarrassing.
It is recommended that you restart TiddlyWiki by refreshing your browser
TypeError: domNode.parentNode is null
Looking at console, there's message:
Uncaught TypeError: domNode.parentNode is null
And that's in Widget.js
Widget.prototype.removeLocalDomNodes = function() {
// If this widget has directly created DOM nodes, delete them and exit.
if(this.domNodes.length > 0) {
$tw.utils.each(this.domNodes,function(domNode) {
domNode.parentNode.removeChild(domNode);
});
this.domNodes = [];
}
};
I tried it on Chrome and Firefox.
I just started using TiddlyWiki so I might be doing something wrong...
The text was updated successfully, but these errors were encountered:
Hey,
Thanks for making the package. Looks useful!
I can use it by downloading the whole page but ran into some problems installing it as plugin to the newest TiddlyWiki version
Have you managed to import the plugin to the newest version of Tiddlywiki acquired from here?
I tried importing the plugin by dragging the plugin block from https://tadeas.dev/twsr/.
After importing, saving and loading the saved file I switched to tab SR and then to Recent and i get the following error
Looking at console, there's message:
Uncaught TypeError: domNode.parentNode is null
And that's in Widget.js
I tried it on Chrome and Firefox.
I just started using TiddlyWiki so I might be doing something wrong...
The text was updated successfully, but these errors were encountered: