## Break Change - The `window`, `cx` has changed from `&Window`, `&App` to `&mut Window`, `&mut App`. ```diff - fn context_menu(&self, row_ix: usize, menu: PopupMenu, window: &Window, cx: &App) + fn context_menu(&self, row_ix: usize, menu: PopupMenu, window: &mut Window, cx: &mut App) ``` |
||
|---|---|---|
| .. | ||
| .vitepress | ||
| data | ||
| docs | ||
| public | ||
| src | ||
| .gitignore | ||
| bun.lock | ||
| contributors.md | ||
| contributors.vue | ||
| index.md | ||
| index.vue | ||
| package.json | ||
| postcss.config.mjs | ||