mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Merge remote-tracking branch 'origin/master' into danieljgeiger-mathjax
This commit is contained in:
commit
45faf7d58f
82 changed files with 750 additions and 624 deletions
|
@ -1377,7 +1377,7 @@ const createMathActions = () => {
|
|||
},
|
||||
keyTest: (event) => event.shiftKey && event.code === "KeyR",
|
||||
contextItemLabel: "labels.resetUseTex",
|
||||
contextItemPredicate: (elements, appState) => {
|
||||
predicate: (elements, appState) => {
|
||||
const useTex = getMathProps.getUseTex(appState);
|
||||
const mathElements = getSelectedMathElements(elements, appState);
|
||||
return mathElements.some((el) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue