a tool for shared writing and social publishing

prevent closing mobile keyboard or losing toolbar focus on state close

+2 -1
+2 -1
components/Toolbar/index.tsx
··· 144 144 {toolbarState !== "areYouSure" && ( 145 145 <button 146 146 className="toolbarBackToDefault hover:text-accent-contrast" 147 - onClick={() => { 147 + onMouseDown={(e) => { 148 + e.preventDefault(); 148 149 if ( 149 150 toolbarState === "multiselect" || 150 151 toolbarState === "block" ||