mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-25 08:26:52 +00:00
Update blockid.js
This commit is contained in:
parent
fef444cb1c
commit
0d18b25b26
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user