Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Commit 930f8f6

Browse files
committed
✨ Implemented Palette Clear Option
This allows to clear a palette of all colours but keeps it available for colors to be dropped into. Additionally, also fixed a bug that would cause the window not to resize on deleting a palette.
1 parent cf063be commit 930f8f6

5 files changed

Lines changed: 549 additions & 357 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
name: "Building Windows"
5151
script: npm run build
5252
- stage: deploy
53-
if: ((branch = master) OR (type = pull_request))
53+
if: (branch = master)
5454
os: windows
5555
name: "Deploying Windows Release"
5656
script: npm run release
5757
- stage: deploy
5858
os: linux
59-
if: ((branch = master) OR (type = pull_request))
59+
if: (branch = master)
6060
name: "Deploying Linux Release"
6161
script: npm run release

0 commit comments

Comments
 (0)