use resize observer in formview

This commit is contained in:
Jan Prochazka
2021-03-21 08:51:18 +01:00
parent 5ebee161ae
commit 437155e4c5
3 changed files with 70 additions and 24 deletions

View File

@@ -40,7 +40,6 @@
let errorMessage = null;
const handleLoadCurrentRow = async () => {
console.log('LOAD ROW');
if (isLoadingData) return;
let newLoadedRow = false;
if (formDisplay.config.formViewKeyRequested || formDisplay.config.formViewKey) {