editors: fix editing of links. Fixes #411.
parent
1d4660c7ec
commit
40898bf4d0
|
@ -60,8 +60,6 @@ GENERIC: edit ( object -- )
|
||||||
M: object edit
|
M: object edit
|
||||||
dup where [ first2 edit-location ] [ cannot-find-source ] ?if ;
|
dup where [ first2 edit-location ] [ cannot-find-source ] ?if ;
|
||||||
|
|
||||||
M: link edit name>> edit ;
|
|
||||||
|
|
||||||
M: string edit edit-vocab ;
|
M: string edit edit-vocab ;
|
||||||
|
|
||||||
: edit-error ( error -- )
|
: edit-error ( error -- )
|
||||||
|
|
Loading…
Reference in New Issue