@webqit/webflo 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "vanila-javascript"
13
13
  ],
14
14
  "homepage": "https://webqit.io/tooling/webflo",
15
- "version": "1.0.7",
15
+ "version": "1.0.8",
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",
@@ -72,7 +72,7 @@ export class WebfloSubClient extends WebfloClient {
72
72
 
73
73
  get workport() { return this.#superRuntime.workport; }
74
74
 
75
- get withViewTransitions() { return this.host.has('viewtransitions'); }
75
+ get withViewTransitions() { return this.host.hasAttribute('viewtransitions'); }
76
76
 
77
77
  constructor(host, superRuntime) {
78
78
  if (!(host instanceof HTMLElement)) {