Daybrush (Younkue Choi)
Daybrush (Younkue Choi)
@ysk3a thanks. Test with version 4.10.0-beta.1. https://codesandbox.io/s/ngx-infinitegrid-4-10-0-osjimx?file=/src/app/app.component.ts
@ysk3a A state change occurred outside `ngZone` and was not updated (empty space). The state change was executed inside ngZone. https://github.com/naver/egjs-infinitegrid/pull/537
@ysk3a 4.10.0 is released. Test it again.
@youdianfan Use `data-grid-column="2"` attribute ```scss .end { width: 100%; } ```
@Zlinni Check out the following demo: https://naver.github.io/egjs-infinitegrid/Guides#use-placeholder
@tommykamkcm It will be fixed in the next version.
@SprayHank Hi, does the MasonryInfiniteGrid you use look like `@egjs/infinitegrid`? Try `@egjs/vue-infinitegrid`(only vue2) here
@JGuardiola95 Would the method you mentioned be as follows? ```jsx resizable={{ 12 edge: ["e", "w"], 13 renderDirections: ["e", "w"], 14 }} 15 scalable={{ 16 edge: [], 17 renderDirections: ["nw", "ne",...
@szilardszaloki Use css (display: none) or `moveable.target = null.`
@csterritt Try this code: ```css .moveable-line.moveable-direction { display: none; } ```