Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ext-dnd5 + ext-glyph/awesome5 - Does not show the icons when drag an item #912

Closed
rmatcar opened this issue Nov 21, 2018 · 1 comment
Closed

Comments

@rmatcar
Copy link

rmatcar commented Nov 21, 2018

I would like to use both extension ext-dnd5 ext-glyph. The tree loads well with folders and files but I drag an item (folder or file) and it does not show the right arrow to know where the item is going to be drop.

If I remove glyph extension and set win8 style, everything works ok.

@mar10 mar10 closed this as completed in f422174 Nov 25, 2018
@mar10 mar10 changed the title ext-dnd5 ext-glyph - Does not show the icons when drag an item ext-dnd5 + ext-glyph/awesome5 - Does not show the icons when drag an item Nov 25, 2018
@mar10
Copy link
Owner

mar10 commented Nov 25, 2018

The reason was that the drop marker was defined from the non-free 'Pro' version of FontAwesome. This is fixed now, but you can workaround by passing a free variant in the map:

glyph: {
  preset: "awesome5",
  map: {
    dropMarker: "fas fa-long-arrow-alt-right",
  }
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants