1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-25 08:26:52 +00:00

Update blockid.js

This commit is contained in:
linonetwo 2023-09-18 11:17:32 +08:00
parent fef444cb1c
commit 0d18b25b26

View File

@ -67,8 +67,6 @@ BlockIdWidget.prototype.hookNavigatedEvent = function(event) {
};
BlockIdWidget.prototype.hookNavigationAddHistoryEvent = function(event) {
// DEBUG: console this._isNavigateToHere(event)
console.log(`this._isNavigateToHere(event)`, this._isNavigateToHere(event));
if(!this._isNavigateToHere(event)) return event;
event.navigateSuppressNavigation = true;
return event;