Skip to content
Snippets Groups Projects
Commit da03ee3b authored by Andrea Gottsponer's avatar Andrea Gottsponer
Browse files

- preview version

parent 180d2332
No related branches found
No related tags found
No related merge requests found
{
"name": "medsurf-draw",
"version": "1.0.230",
"version": "1.0.232",
"description": "Draw annotations on jpg/zoomify images, based on PIXI.js",
"keywords": [
"draw",
......@@ -29,7 +29,7 @@
"author": "Gottsponer Andrea Leonardo",
"license": "MIT",
"dependencies": {
"@ascii-dev-user/medsurf-lib": "^1.18.0-139",
"@ascii-dev-user/medsurf-lib": "^1.18.0-141",
"@babel/core": "^7.8.4",
"@pixi-essentials/cull": "^1.0.12",
"debounce": "^1.2.1",
......
......@@ -202,10 +202,6 @@ export class Image extends BaseContainer<ImageModel> {
//<editor-fold desc="Events">
// -- Added
this.on("added", (parent: PIXI.Container) => {
// TODO remove
console.log("test remove test");
this.parent.interactive = true;
// Events
// -- Resize
parent.on("resize", this.onResize, this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment