[Fixed Position] Implement remove
Implement remove button for selected elements in fixed position view. WTD-879.
This commit is contained in:
@@ -17,6 +17,7 @@ define(
|
||||
*/
|
||||
function ElementProxy(element, index, elements) {
|
||||
return {
|
||||
element: element,
|
||||
x: new Accessor(element, 'x'),
|
||||
y: new Accessor(element, 'y'),
|
||||
z: new Accessor(element, 'z'),
|
||||
|
||||
Reference in New Issue
Block a user