We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5dd4ff commit 26b176aCopy full SHA for 26b176a
1 file changed
src/components/DynamicSpreadsheet.tsx
@@ -193,13 +193,6 @@ export default function DynamicSpreadsheet() {
193
});
194
};
195
196
- const searchElementByTitle = (title: string) => {
197
- const element = document.querySelector(`[title="${title}"]`);
198
- if (element) {
199
- element.scrollIntoView({ behavior: 'smooth', block: 'center' });
200
- }
201
- };
202
-
203
return (
204
<div className="">
205
<div className="prose-page">
0 commit comments