Skip to content

Commit

Permalink
support keyframe csscode
Browse files Browse the repository at this point in the history
  • Loading branch information
easylogic committed May 29, 2022
1 parent c6e573f commit 8fd2bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/apps/designeditor/plugins/selector/SelectorProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
import "./SelectorProperty.scss";

import icon from "elf/editor/icon/icon";
import { Selector } from "elf/editor/property-parser/Selector";
// import { Selector } from "elf/editor/property-parser/Selector";
import { REFRESH_SELECTION } from "elf/editor/types/event";
import { BaseProperty } from "elf/editor/ui/property/BaseProperty";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ ${it.offsets
return keyframes;
}

toSelectorCSS(item, prefix = "") {
toSelectorCSS(item) {
const selectors = item.computed("selectors", (selectors) => {
console.log(selectors);
return "";
Expand Down

0 comments on commit 8fd2bfb

Please sign in to comment.