Skip to content

Commit

Permalink
Ready to release [0.7.11]
Browse files Browse the repository at this point in the history
  • Loading branch information
lucka-me committed Nov 23, 2020
1 parent 24173b1 commit 5a02485
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
Noteable changes of Potori will be documented here. For [Status Data](./src/data/status.json), please refer to [Data Changelog](#data-changelog).

## [0.7.11](https://github.com/lucka-me/potori/releases/tag/0.7.11) - 2020-11-TBA
## [0.7.11](https://github.com/lucka-me/potori/releases/tag/0.7.11) - 2020-11-23
- UI improved

### Added
Expand Down
2 changes: 0 additions & 2 deletions src/ui/app-bar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class AppBar extends base.Prototype {
actions: Map<string, HTMLButtonElement> = new Map(); // Actions
events: Map<string, AppBarActionClickCallback> = new Map(); // Click events for actions

// private sectionActions: HTMLElement = null;

constructor() {
super();
this.events.set(AppBarActions.menu.key, () => this.menu.open());
Expand Down

0 comments on commit 5a02485

Please sign in to comment.