Update blockid.js

This commit is contained in:
linonetwo 2023-09-18 11:17:32 +08:00
parent fef444cb1c
commit 0d18b25b26
1 changed files with 0 additions and 2 deletions

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;