mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
core ui
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { Browse } from '../../modes/index';
|
||||
export function SourceSwitch(context) {
|
||||
var keys;
|
||||
|
||||
@@ -13,7 +14,7 @@ export function SourceSwitch(context) {
|
||||
context.connection()
|
||||
.switch(live ? keys[1] : keys[0]);
|
||||
|
||||
context.enter(iD.modes.Browse(context));
|
||||
context.enter(Browse(context));
|
||||
context.flush();
|
||||
|
||||
d3.select(this)
|
||||
|
||||
Reference in New Issue
Block a user