-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Moved render and event handling logic to their own functions. - Fixed rename issue where it could not be undone. - Fixed issue where images would stop rendering if an event was emitted without changing selected item.
- Loading branch information
1 parent
f84cc7a
commit 3660bff
Showing
8 changed files
with
739 additions
and
681 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.{ | ||
.name = "zfe", | ||
.version = "0.2.0", | ||
.version = "0.3.0", | ||
|
||
.minimum_zig_version = "0.12.0", | ||
|
||
|
Oops, something went wrong.