Skip to content

Commit a5946c9

Browse files
fix: remove duplicate Extmarks demo entry (#860)
## Summary - remove the duplicated `Extmarks Demo` registration from the examples menu
1 parent e3672c0 commit a5946c9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/core/src/examples/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,6 @@ const examples: Example[] = [
196196
run: linkDemo.run,
197197
destroy: linkDemo.destroy,
198198
},
199-
{
200-
name: "Extmarks Demo",
201-
description: "Virtual extmarks - text ranges that cursor jumps over, like inline tags and links",
202-
run: extmarksDemo.run,
203-
destroy: extmarksDemo.destroy,
204-
},
205199
{
206200
name: "Opacity Demo",
207201
description: "Box opacity and transparency effects with animated opacity transitions",

0 commit comments

Comments
 (0)