FR: The toggle gird has failed in ecalidraw version 2.27.3.

Author: transparentWindCreated Sep 10, 2026Updated Sep 12, 2026
Labelscan't reproduceincomplete-bug-report

Is your feature request related to a problem? Please describe.

The toggle gird has failed in ecalidraw version 2.27.3.

Describe the solution you'd like

Update outdated scripts to the new code.

javascrpit
*/
const api = ea.getExcalidrawAPI();
let {gridModeEnabled} = api.getAppState();

gridModeEnabled = !gridModeEnabled;

ea.viewUpdateScene({
  appState:{
    gridModeEnabled,
  },
  commitToHistory:false
});

Real-life usage scenarios

No response

Describe alternatives you've considered

No response

Additional context

No response

Source: zsviczian/obsidian-excalidraw-plugin