Skip to content

Commit 63d4d95

Browse files
Merge pull request #3 from node-projects/feature/slidershow
Create first Version of slidershow #1 --> fix
2 parents 9565948 + 64c9f01 commit 63d4d95

File tree

3 files changed

+2
-27
lines changed

3 files changed

+2
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "git+https://github.com/node-projects/automatic-slidershow-webcomponent"
1010
},
11-
"author": "",
11+
"author": "cedricfranke28",
1212
"license": "MIT",
1313
"bugs": {
1414
"url": "https://github.com/node-projects/automatic-slidershow-webcomponent/issues"

src/designer/AttachedPropertiesService.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/designer/TabPlacementService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { DefaultPlacementService, IDesignItem, IPlacementView, IPoint } from "@node-projects/web-component-designer";
22
import { AutomaticSliderShowWebcomponent } from "../slider/AutomaticSliderShowWebcomponent";
33

4-
export default class TabPlacementService extends DefaultPlacementService {
4+
export default class SliderShowPlacementService extends DefaultPlacementService {
55
override serviceForContainer(container: IDesignItem, containerStyle: CSSStyleDeclaration) {
66
if (container.element instanceof AutomaticSliderShowWebcomponent)
77
return true;

0 commit comments

Comments
 (0)