Skip to content

Commit b1e01b1

Browse files
committed
Small refactor
1 parent 7022f42 commit b1e01b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/generators/css_zero/add/templates/app/assets/stylesheets/progress.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
background: linear-gradient(to right, var(--track) 45%, var(--progress) 0%, var(--progress) 55%, var(--track) 0%);
1313
background-size: 225% 100%;
1414
background-position: right;
15-
animation: progress-loading 2s infinite ease;
15+
animation: progress-loading 2s infinite;
1616
}
1717

1818
/* Safari/Chromium */

lib/generators/css_zero/add/templates/app/javascript/controllers/autosave_controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const AUTOSAVE_INTERVAL = 3000
66
export default class extends Controller {
77
static targets = [ "submitter" ]
88

9-
#timer
9+
#timer = null
1010

1111
disconnect() {
1212
this.#submit()

0 commit comments

Comments
 (0)