This commit is contained in:
2025-09-24 22:46:18 +02:00
parent ae0e87c41d
commit a491b9f807

View File

@@ -38,7 +38,7 @@ function removeListeners() {
chrome.bookmarks.onRemoved.removeListener(syncBookmarks);
chrome.bookmarks.onChanged.removeListener(syncBookmarks);
chrome.bookmarks.onMoved.removeListener(syncBookmarks);
chrome.bookmarks.onChildrenReordered.removeLisstener(syncBookmarks);
chrome.bookmarks.onChildrenReordered.removeListener(syncBookmarks);
//chrome.bookmarks.onImportEnded.removeListener(syncBookmarks);
}