File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import pangu from 'pangu'
24
24
import path from 'path'
25
25
import { readJsonSync } from 'fs-extra'
26
26
import url from 'url'
27
- import { Modifiers } from 'popper.js '
27
+ import { PopoverProps } from '@blueprintjs/core '
28
28
29
29
/**
30
30
* Sums up each position for each position for a 2-dimension array (matrix)
@@ -367,11 +367,6 @@ export const loadScript = (path: string, document = window.document): void => {
367
367
/**
368
368
* Default blueprint popover(Popper.js) modifiers used in poi
369
369
*/
370
- export const POPOVER_MODIFIERS : Modifiers = {
371
- computeStyle : { gpuAcceleration : false } , // prevent using translat3d since it could make text blurry with zooming
372
- preventOverflow : {
373
- boundariesElement : 'window' , // enable display tooltip within small containers
374
- } ,
375
- }
370
+ export const POPOVER_MODIFIERS : PopoverProps [ 'modifiers' ] = { }
376
371
377
372
export const cjkSpacing = ( str : string ) => ( isString ( str ) ? pangu . spacing ( str ) : toString ( str ) )
You can’t perform that action at this time.
0 commit comments