a tool for shared writing and social publishing

Added functionality to main area of the new button

+7
+7
app/(home-pages)/home/Actions/CreateNewButton.tsx
··· 34 34 icon=<AddTiny className="m-1 shrink-0" /> 35 35 label="New" 36 36 className="grow rounded-r-none sm:ml-0! sm:mr-0! ml-1! mr-0!" 37 + onClick={async () => { 38 + let id = await createNewLeaflet({ 39 + pageType: "doc", 40 + redirectUser: false, 41 + }); 42 + openNewLeaflet(id); 43 + }} 37 44 /> 38 45 <Separator /> 39 46 <CreateNewMoreOptionsButton />