1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 14:35:26 +02:00

fix: remove redundant property

This commit is contained in:
Y-k-Y 2022-08-19 13:05:29 +09:00
parent 5a8aff9d0c
commit b3ed8689cd

View file

@ -67,8 +67,6 @@ export default class Sidebar {
// Sidebar visibility
this.isVisible = storedVisibility !== 'false';
// Keys to store currently pressed keys
this.keys = {};
}
/**