tagViewer.setEntity(state.selection, layer);
toolbox.updateSelectionUI();
}
+
+ public function updateSelectionUIWithoutTagChange():void {
+ toolbox.updateSelectionUI();
+ }
private function keyDownHandler(event:KeyboardEvent):void {
keys[event.keyCode]=true;
controller.map.setPurgable([node], false);
resetElastic(node);
lastClick=node;
+ controller.updateSelectionUIWithoutTagChange();
} else if ( entity is Node ) {
if (entity==lastClick && (new Date().getTime()-lastClickTime.getTime())<1000) {
if (Way(firstSelected).length==1 && Way(firstSelected).getNode(0).parentWays.length==1) {