From ec738cd03f8d1bb7b0490bdebb609616ab964103 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Tue, 28 May 2024 22:28:21 +1000 Subject: [PATCH] fix(right-to-left): preserve order of table cells with rtl otherwise cells reverse on hover / do not sync between header and rows --- src/extensions/right-to-left/client.mjs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/extensions/right-to-left/client.mjs b/src/extensions/right-to-left/client.mjs index c9e8aaa..54bf193 100644 --- a/src/extensions/right-to-left/client.mjs +++ b/src/extensions/right-to-left/client.mjs @@ -20,11 +20,8 @@ export default async (api) => { .notion-toggle-block [placeholder="Toggle"], .notion-table_of_contents-block a), .notion-page-view-discussion [data-content-editable-leaf], - .notion-column-block > div[data-block-id], - .notion-collection_view-block, - .notion-table-view, - .notion-board-view, - .notion-gallery-view):not([dir])`, + .notion-table-view-header-cell, .notion-table-view-cell, + .notion-board-view, .notion-gallery-view):not([dir])`, listItemSelector = `:is(div[placeholder="List"], div[placeholder="To-do"], div[placeholder="Toggle"]):not([style*="text-align: start"])`, inlineEquationSelector =