some styling for create link form

This commit is contained in:
Bruno Windels
2020-12-02 16:06:48 +01:00
parent 0fc203dff5
commit 36710eccc4
5 changed files with 45 additions and 13 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export class RootViewModel extends ViewModel {
updateHash(hash) {
const oldLink = this.link;
this.link = Link.parseFragment(hash);
this.link = Link.parse(hash);
this._updateChildVMs(oldLink);
}