Commit 3ba44c3
Webstorage plugin (localStorage was load as sessionStorage) (quasarframework#1326)
* Storing an empty string and getting it back produce a bad behavior.
There was a test for considering the value only if it contains at least 10 chars, but 9 is the correct number. As each key plus separator '"__q_strn|".length' contains 9 chars not 10. So getting a value from "__q_strn|" was returning "__q_strn|" instead of "".
* Should not it be validator instead of validation in QTree for tickStragegy props ?
* Webstorage plugin (localStorage was load as sessionStorage)1 parent 25b99c0 commit 3ba44c3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments