fix: panel resizer callback

This commit is contained in:
Mo Bitar
2020-04-22 08:32:51 -05:00
parent 2ce981a1ea
commit 7a615bc137
8 changed files with 38 additions and 27 deletions

View File

@@ -45,7 +45,7 @@ export class PreferencesManager extends ApplicationService {
predicate,
contentType,
FillItemContent({})
)) as SNUserPrefs;
)) as SNUserPrefs;
this.loadingPrefs = false;
const didChange = !previousRef || (
this.userPreferences.lastSyncBegan?.getTime() !== previousRef?.lastSyncBegan?.getTime()