mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 20:59:20 +00:00
hotfix(ui-shell): remove toggle accessor from HeaderNavMenu
This was mistakenly added in #1073
This commit is contained in:
parent
5103e13321
commit
4dae650f76
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@
|
||||||
/** Obtain a reference to the HTML anchor element */
|
/** Obtain a reference to the HTML anchor element */
|
||||||
export let ref = null;
|
export let ref = null;
|
||||||
|
|
||||||
export function toggle() {
|
|
||||||
expanded = !expanded;
|
|
||||||
}
|
|
||||||
|
|
||||||
import { setContext } from "svelte";
|
import { setContext } from "svelte";
|
||||||
import { writable } from "svelte/store";
|
import { writable } from "svelte/store";
|
||||||
import ChevronDown16 from "../../icons/ChevronDown16.svelte";
|
import ChevronDown16 from "../../icons/ChevronDown16.svelte";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue