We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb6b3b commit ce65832Copy full SHA for ce65832
lib/breakpoint-store.coffee
@@ -9,7 +9,7 @@ class BreakpointStore
9
10
addDecoration = true
11
if breakpointSearched
12
- @breakpoints.splice(breakpointSearched, 1)
+ @breakpoints.splice(@breakpoints.indexOf(breakpointSearched), 1)
13
addDecoration = false
14
else
15
@breakpoints.push(breakpoint)
0 commit comments