mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 13:19:03 +00:00
Patch Notion Icons Extension (#257)
* Remove console logging in mod.js * Rename styles.css to app.css
This commit is contained in:
parent
afd7879ec6
commit
5c151f133b
@ -167,4 +167,4 @@
|
|||||||
to {
|
to {
|
||||||
transform: rotate(359deg);
|
transform: rotate(359deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -182,7 +182,6 @@ module.exports = {
|
|||||||
iconSetBody.append(icon);
|
iconSetBody.append(icon);
|
||||||
garbageCollector.push(icon);
|
garbageCollector.push(icon);
|
||||||
icon.addEventListener('click', () => setPageIcon(iconUrl));
|
icon.addEventListener('click', () => setPageIcon(iconUrl));
|
||||||
console.log(iconUrl)
|
|
||||||
|
|
||||||
// Make sure elements load
|
// Make sure elements load
|
||||||
promiseArray.push(
|
promiseArray.push(
|
||||||
|
Loading…
Reference in New Issue
Block a user