fix useEffects recurring

This commit is contained in:
ammarahm-ed
2020-05-08 23:43:38 +05:00
parent 8aa3ac2df7
commit 21a533b612
7 changed files with 8 additions and 8 deletions

View File

@@ -216,7 +216,7 @@ const MergeEditor = () => {
eUnSubscribeEvent(eApplyChanges, applyChanges);
eUnSubscribeEvent(eShowMergeDialog, show);
};
});
},[]);
const onPressKeepFromPrimaryWebView = () => {
if (keepContentFrom == 'primary') {