turbo-rails 0.5.10 → 0.5.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/turbo.js +2 -1
- data/lib/turbo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 349e14ec6f35af3029178e7ba854d16047aaf5e00ab700b1f2fb751170347518
|
4
|
+
data.tar.gz: b5177b878833a5abda62f208d787de1931d4db4cf3ba373a67458bee8c9d49a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e0e11bc2c95419d394c758ff04e03dd734f85a45e61001e623c25bffdfc83530977637a89dbe5f173d81fd6dc4a86d81a1ff99ffedb4f23b00215e76c16ecad
|
7
|
+
data.tar.gz: 48dfec6f22f6eee01950f77c79c54f4d6a8fde629454ac2845b2d6bff6f8b464d18bcf7ede203a16a83dcc7421cbe33f92c74bc3a76124048ebbc897641ef388
|
@@ -2749,13 +2749,14 @@ class FrameController {
|
|
2749
2749
|
set sourceURL(sourceURL) {
|
2750
2750
|
this.settingSourceURL = true;
|
2751
2751
|
this.element.src = sourceURL !== null && sourceURL !== void 0 ? sourceURL : null;
|
2752
|
+
this.currentURL = this.element.src;
|
2752
2753
|
this.settingSourceURL = false;
|
2753
2754
|
}
|
2754
2755
|
get loadingStyle() {
|
2755
2756
|
return this.element.loading;
|
2756
2757
|
}
|
2757
2758
|
get isLoading() {
|
2758
|
-
return this.formSubmission !== undefined || this.resolveVisitPromise !== undefined;
|
2759
|
+
return this.formSubmission !== undefined || this.resolveVisitPromise() !== undefined;
|
2759
2760
|
}
|
2760
2761
|
get isActive() {
|
2761
2762
|
return this.element.isActive && this.connected;
|
data/lib/turbo/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: turbo-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sam Stephenson
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2021-06-
|
13
|
+
date: 2021-06-14 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|