1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 03:19:55 +00:00

Remove forced error in accidentally left in #7966

Thanks @pmario
This commit is contained in:
Jeremy Ruston 2024-02-28 12:01:42 +00:00
parent ace6dbc514
commit a75fd2a64a

View File

@ -155,8 +155,6 @@ LinkWidget.prototype.renderLink = function(parent,nextSibling) {
};
LinkWidget.prototype.handleClickEvent = function(event) {
// Force an error to try out the Red Screen Of Embarrassment
var something = Everything;
// Send the click on its way as a navigate event
var bounds = this.domNodes[0].getBoundingClientRect();
this.dispatchEvent({