Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
Fixed a bug preventing creating highlight after another
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Dern committed Oct 10, 2020
1 parent 2c4c05f commit f918bde
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions config/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ current:
label: ''
major: 0
minor: 5
patch: 0
prerelease: 2-gf843641
patch: 1
prerelease: 1-g2c4c05f
buildmetadata: ''
commit: f84364
commit: 2c4c05
timestamp:
year: 2020
month: 10
Expand Down
2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/highlights.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/import.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/themes-browser.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"/js/app.js": "/js/app.js?id=e22b074517d004af3d22",
"/js/app.js": "/js/app.js?id=ec16b12b35558a2673be",
"/themes/cyca-dark/theme.css": "/themes/cyca-dark/theme.css?id=f95a8b57b8bf8c8993a9",
"/themes/cyca-light/theme.css": "/themes/cyca-light/theme.css?id=ddebef2fd3bdf5569cbc",
"/js/highlights.js": "/js/highlights.js?id=c646bb0837f1d2620718",
"/js/import.js": "/js/import.js?id=2e10e6510d27975c8b9f",
"/js/themes-browser.js": "/js/themes-browser.js?id=57bd703a0239aff9c4fa",
"/js/highlights.js": "/js/highlights.js?id=4698bea467c83143d038",
"/js/import.js": "/js/import.js?id=17c8cc924d9d2e0d0284",
"/js/themes-browser.js": "/js/themes-browser.js?id=958a8b4ee11e5d74ed40",
"/themes/cyca-dark/theme.json": "/themes/cyca-dark/theme.json?id=e6af9f523b70bc467aa4",
"/themes/cyca-light/theme.json": "/themes/cyca-light/theme.json?id=bb59033be8f29999311e"
}
2 changes: 1 addition & 1 deletion resources/js/components/Highlights.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</tr>
<tr>
<td class="w-1/2"><input type="text" class="w-full" v-model.lazy="newExpression" v-bind:aria-label="__('Expression')" /></td>
<td class="w-1/4"><input type="color" class="w-full" v-model.lazy="newColor" v-bind:aria-label="__('Color')" /></td>
<td class="w-1/4"><input type="color" class="w-full" v-model="newColor" v-bind:aria-label="__('Color')" /></td>
<td>
<button type="submit" class="success" v-on:click="addHighlight" v-bind:title="__('Add highlight')">
<svg fill="currentColor" width="16" height="16">
Expand Down

0 comments on commit f918bde

Please sign in to comment.