mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
minor cleanup
This commit is contained in:
@@ -7,10 +7,18 @@ import {RootView} from './initializer.root';
|
||||
import {useTracked} from './src/provider';
|
||||
import {Actions} from './src/provider/Actions';
|
||||
import {DDS} from './src/services/DeviceDetection';
|
||||
import {eSendEvent, eSubscribeEvent, eUnSubscribeEvent} from './src/services/EventManager';
|
||||
import {
|
||||
eSendEvent,
|
||||
eSubscribeEvent,
|
||||
eUnSubscribeEvent,
|
||||
} from './src/services/EventManager';
|
||||
import SettingsService from './src/services/SettingsService';
|
||||
import {db} from './src/utils/DB';
|
||||
import {eDispatchAction, eOpenSideMenu, refreshNotesPage} from './src/utils/Events';
|
||||
import {
|
||||
eDispatchAction,
|
||||
eOpenSideMenu,
|
||||
refreshNotesPage,
|
||||
} from './src/utils/Events';
|
||||
import EditorRoot from './src/views/Editor/EditorRoot';
|
||||
|
||||
const App = () => {
|
||||
@@ -52,9 +60,7 @@ const App = () => {
|
||||
SettingsService.setAppLoaded();
|
||||
});
|
||||
eSendEvent(eOpenSideMenu);
|
||||
|
||||
dispatch({type: Actions.ALL});
|
||||
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
@@ -10,7 +10,6 @@ export const DummyText = () => {
|
||||
ref={dummyRef}
|
||||
style={[
|
||||
{
|
||||
//fontFamily: "sans-serif",
|
||||
fontSize: SIZE.sm,
|
||||
position: 'absolute',
|
||||
right: -1000,
|
||||
|
||||
@@ -377,7 +377,6 @@ const MoveNoteComponent = ({close, note, setNote}) => {
|
||||
borderRadius: 5,
|
||||
height: 40,
|
||||
fontSize: SIZE.sm,
|
||||
//fontFamily: "sans-serif",
|
||||
padding: pv - 2,
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user